Skip to content

Commit

Permalink
removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 24, 2023
1 parent bc5ceb6 commit ef56c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/goutils/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
)

func GetStringEnvOrDefault(key string, defaultValue string) string {
// Try to get from .env file
value := os.Getenv(key)
if value == "" {
return defaultValue
Expand Down

0 comments on commit ef56c38

Please sign in to comment.