7 lines
150 B
Go
7 lines
150 B
Go
//go:build staging
|
|
|
|
package appenv
|
|
|
|
// Selected by `-tags staging`. See env_development.go for the full rationale.
|
|
const Environment = EnvTypeStaging
|