1 Star 0 Fork 33

HeyJobs/baetyl

forked from 百度开源/baetyl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiejingru 提交于 2020-09-16 17:22 . bugfix of stats report
package main
import (
_ "github.com/baetyl/baetyl/ami/kube"
_ "github.com/baetyl/baetyl/ami/native"
"github.com/baetyl/baetyl/cmd"
_ "github.com/baetyl/baetyl/plugin/httplink"
_ "github.com/baetyl/baetyl/plugin/memory"
)
func main() {
cmd.Execute()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/heyjobs/baetyl.git
git@gitee.com:heyjobs/baetyl.git
heyjobs
baetyl
baetyl
master

搜索帮助