bbgo/pkg/cmd/import.go

7 lines
104 B
Go

package cmd
// import built-in strategies
import (
_ "git.qtrade.icu/lychiyu/bbgo/pkg/cmd/strategy"
)