chore: remove dotenv autoloading (#243)

This commit is contained in:
Albert Wang
2023-03-27 06:56:04 -07:00
committed by GitHub
parent 22cd751b47
commit 541508632d
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -7,7 +7,6 @@ import (
"github.com/appleboy/easyssh-proxy"
"github.com/joho/godotenv"
_ "github.com/joho/godotenv/autoload"
"github.com/urfave/cli/v2"
)