fix: update error logs

This commit is contained in:
Lakhan Samani
2021-12-17 21:12:53 +05:30
parent 537e08667a
commit 75a2b7effd
19 changed files with 29 additions and 44 deletions

View File

@@ -35,7 +35,7 @@ func InitEnv() {
err := godotenv.Load(envPath)
if err != nil {
log.Println("Error loading .env file")
log.Println("error loading .env file")
}
constants.VERSION = Version