import ( "log"
.env.go.local is a specialized environment variable file used in Go projects to store sensitive or machine-specific configurations that should not be shared with other developers. Purpose and Usage While standard .env.go.local
Standard .env files are loaded by libraries like godotenv . Naming a file .env.go.local suggests a specific intent: import ( "log"
//go:build local_test