constant.go 80 B

123456
  1. package utils
  2. const (
  3. ConfigEnv = "GVA_CONFIG"
  4. ConfigFile = "config.yaml"
  5. )