Skip to content

Commit

Permalink
remove unecessary assignment in autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhamagnet committed Jun 9, 2015
1 parent f658182 commit 2ed25fc
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 2ed25fc

Please sign in to comment.