cms-template/config/variables.go

7 lines
78 B
Go
Raw Normal View History

package config
var (
ServiceName = "account"
ServiceVersion = "0.0.1"
)