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

Commit 2ed25fc

Browse files
committed
remove unecessary assignment in autoloader
1 parent f658182 commit 2ed25fc

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)