bbgo/cmd/bbgo/main.go

10 lines
96 B
Go

package main
import (
"git.qtrade.icu/lychiyu/bbgo/pkg/cmd"
)
func main() {
cmd.Execute()
}