1 Star 0 Fork 32

powerdream / vik8s

forked from haiker / vik8s 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
haiker 提交于 2020-06-24 18:09 . 0.2开源版本正式发布
package main
import (
"github.com/ihaiker/vik8s/cmd"
"math/rand"
"time"
)
var (
VERSION = "v0.0.0"
BUILD_TIME = "2012-12-12 12:12:12"
GITLOG_VERSION = "0000"
)
func main() {
rand.Seed(time.Now().UnixNano())
cmd.Execute(VERSION, BUILD_TIME, GITLOG_VERSION)
}
Go
1
https://gitee.com/powerdream/vik8s.git
git@gitee.com:powerdream/vik8s.git
powerdream
vik8s
vik8s
master

搜索帮助