Merge pull request #11 from buddhamagnet/master

Remove unecessary assignment in autoloader
pull/13/head
John Barton 2015-06-10 07:30:23 +10:00
commit 443e926da0
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ package autoload
import "github.com/joho/godotenv"
func init() {
_ = godotenv.Load()
godotenv.Load()
}