yao/share/const.go
2023-11-10 01:37:09 +08:00

28 lines
583 B
Go

package share
// VERSION 版本号
const VERSION = "0.10.4"
// PRVERSION PreRelease Version
const PRVERSION = "DEV"
// BUILDIN 打包应用合成一个制品
const BUILDIN = false
// BUILDNAME 制品名称
const BUILDNAME = "yao"
// MoapiHosts the master mirror
var MoapiHosts = []string{
"master.moapi.ai",
"master-moon.moapi.ai",
"master-earth.moapi.ai",
"master-mars.moapi.ai",
"master-venus.moapi.ai",
"master-mercury.moapi.ai",
"master-jupiter.moapi.ai",
"master-saturn.moapi.ai",
"master-uranus.moapi.ai",
"master-neptune.moapi.ai",
"master-pluto.moapi.ai",
}