Files
core/vars/service.go
zhaoxiaorong 57a0d8ae81 init
2025-02-07 13:01:38 +08:00

8 lines
93 B
Go

package vars
var (
RUN_MODE_DEV = "dev"
RUN_MODE_TEST = "test"
RUN_MODE_PROD = "prod"
)