restructure project, add claudemd
This commit is contained in:
8
go/appenv/env_development.go
Normal file
8
go/appenv/env_development.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !staging && !production
|
||||
|
||||
package appenv
|
||||
|
||||
// Environment is the deployment environment baked in at compile time.
|
||||
// Development is the default; build with `-tags staging` or `-tags production`
|
||||
// to select another environment.
|
||||
const Environment = EnvTypeDevelopment
|
||||
Reference in New Issue
Block a user