forked from coop-cloud-mirrors/godotenv
remove unecessary assignment in autoloader
This commit is contained in:
parent
f6581828bb
commit
2ed25fcb28
@ -11,5 +11,5 @@ package autoload
|
|||||||
import "github.com/joho/godotenv"
|
import "github.com/joho/godotenv"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
_ = godotenv.Load()
|
godotenv.Load()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user