consts.go 93 B

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