constants.go 96 B

12345
  1. package constants
  2. const Debug = !false
  3. const ServerVersion = "1.0.1"
  4. const AssetsVersion = "4"