Skip to content

Commit

Permalink
.envファイアル必須じゃなくした
Browse files Browse the repository at this point in the history
  • Loading branch information
uchijo committed Dec 14, 2023
1 parent c9d9f18 commit bdb1017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/load_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import (
func LoadEnv() {
err := godotenv.Load()
if err != nil {
log.Fatal("failed to load environment variables.")
log.Print(".env file not found. going to load from bare env vars.")
}
}

0 comments on commit bdb1017

Please sign in to comment.