Skip to content

Commit

Permalink
Merge pull request #11 from buddhamagnet/master
Browse files Browse the repository at this point in the history
Remove unecessary assignment in autoloader
  • Loading branch information
joho committed Jun 9, 2015
2 parents f658182 + 2ed25fc commit 443e926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/autoload.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ package autoload
import "github.com/joho/godotenv"

func init() {
_ = godotenv.Load()
godotenv.Load()
}

0 comments on commit 443e926

Please sign in to comment.