We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64156e commit 2bcb38eCopy full SHA for 2bcb38e
main.go
@@ -29,7 +29,7 @@ type stats struct {
29
func main() {
30
err := godotenv.Load()
31
if err != nil {
32
- log.Fatal("Error loading .env file")
+ log.Println("Error loading .env file")
33
}
34
35
region := os.Getenv("REGION")
0 commit comments