forked from coop-cloud-mirrors/godotenv
Merge pull request #11 from buddhamagnet/master
Remove unecessary assignment in autoloader
This commit is contained in:
@ -11,5 +11,5 @@ package autoload
|
|||||||
import "github.com/joho/godotenv"
|
import "github.com/joho/godotenv"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
_ = godotenv.Load()
|
godotenv.Load()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user