mirror of
https://github.com/joho/godotenv.git
synced 2025-06-28 13:24:03 +00:00
remove unecessary assignment in autoloader
This commit is contained in:
@ -11,5 +11,5 @@ package autoload
|
||||
import "github.com/joho/godotenv"
|
||||
|
||||
func init() {
|
||||
_ = godotenv.Load()
|
||||
godotenv.Load()
|
||||
}
|
||||
|
Reference in New Issue
Block a user