.env.go.local |work| Online
func Load() // Load default .env first (if it exists) if err := godotenv.Load(".env"); err != nil log.Println("No .env file found, using system envs")
package main
: It is used to override default configurations defined in general .env or .env.go files. .env.go.local