restructure project, add claudemd
This commit is contained in:
6
go/appenv/env_production.go
Normal file
6
go/appenv/env_production.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build production
|
||||
|
||||
package appenv
|
||||
|
||||
// Selected by `-tags production`. See env_development.go for the full rationale.
|
||||
const Environment = EnvTypeProduction
|
||||
Reference in New Issue
Block a user