constant.go 52 B

12345
  1. package constant
  2. var (
  3. Version string = "0.0.0"
  4. )