mirror of https://github.com/joho/godotenv.git
remove unecessary assignment in autoloader
parent
f6581828bb
commit
2ed25fcb28
|
@ -11,5 +11,5 @@ package autoload
|
|||
import "github.com/joho/godotenv"
|
||||
|
||||
func init() {
|
||||
_ = godotenv.Load()
|
||||
godotenv.Load()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue