constant.go 80 Bytes EditWeb IDE 1 2 3 4 5 6 package utils const ( ConfigEnv = "GVA_CONFIG" ConfigFile = "config.yaml" )