26 Star 78 Fork 33

百度开源 / baetyl

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
main.go 259 Bytes
Copy Edit Raw Blame History
xiejingru authored 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()
}
Go
1
https://gitee.com/baidu/baetyl.git
git@gitee.com:baidu/baetyl.git
baidu
baetyl
baetyl
master

Search