1 Star 0 Fork 33

EricYao / BAETYL

forked from 百度开源 / baetyl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
chensheng 提交于 2019-11-21 20:02 . add kv storage (#410)
package main
import (
"github.com/baetyl/baetyl/cmd"
_ "github.com/baetyl/baetyl/master/engine/docker"
_ "github.com/baetyl/baetyl/master/engine/native"
_ "github.com/mattn/go-sqlite3"
)
func main() {
cmd.Execute()
}
Python
1
https://gitee.com/yaoxiujun/BAETYL.git
git@gitee.com:yaoxiujun/BAETYL.git
yaoxiujun
BAETYL
BAETYL
master

搜索帮助