fix: stupid code
This commit is contained in:
parent
c98dcce7b2
commit
5f20680997
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ func init() {
|
||||||
func getRequiredValue(key string) string {
|
func getRequiredValue(key string) string {
|
||||||
value := os.Getenv(key)
|
value := os.Getenv(key)
|
||||||
if value == "" {
|
if value == "" {
|
||||||
log.Fatalln(fmt.Sprintf("[goMuffin] .env 파일에서 필요한 '%s'값이 없어요.", key))
|
log.Fatalf("[goMuffin] .env 파일에서 필요한 '%s'값이 없어요.", key)
|
||||||
}
|
}
|
||||||
return value
|
return value
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue