Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 443e926

Browse files
committed
Merge pull request #11 from buddhamagnet/master
Remove unecessary assignment in autoloader
2 parents f658182 + 2ed25fc commit 443e926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/autoload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ package autoload
1111
import "github.com/joho/godotenv"
1212

1313
func init() {
14-
_ = godotenv.Load()
14+
godotenv.Load()
1515
}

0 commit comments

Comments
 (0)