mirror of https://github.com/status-im/fathom.git
Remove starting msg, start .env notice with uppercase
This commit is contained in:
parent
4cd4bf3c19
commit
5173f3c863
4
ana.go
4
ana.go
|
@ -11,12 +11,10 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
log.Println("starting...")
|
|
||||||
|
|
||||||
// load .env file
|
// load .env file
|
||||||
err := godotenv.Load()
|
err := godotenv.Load()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println("no .env file found")
|
log.Println("No .env file found")
|
||||||
}
|
}
|
||||||
|
|
||||||
// setup database connection
|
// setup database connection
|
||||||
|
|
Loading…
Reference in New Issue