@@ -26,7 +26,8 @@ var buildTime string // when the executable was built
funcmain(){
// Load data from environment file
err:=godotenv.Load(".env")
envFilename:=utils.GetFilePath(".env")
err:=godotenv.Load(envFilename)
iferr!=nil{
panic("Error loading .env file")
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.