//go:build production package appenv // Selected by `-tags production`. See env_development.go for the full rationale. const Environment = EnvTypeProduction