.env.go.local |top|
The idiomatic way to achieve cascading configuration in Go is to check for the existence of .env.go.local first, falling back to broader configurations if it is missing:
The file is a specialized environment variable configuration file used in Go (Golang) development to store localized, machine-specific sensitive data and configuration parameters that should never be committed to source control. .env.go.local
)