While a standard .env file might contain default values shared by the whole team, .env.go.local is designed to: defaults for your specific local setup.
Go does not load .env files automatically . You typically use the popular godotenv package to load them . .env.go.local
OAuth / auth