mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
7 lines
96 B
Go
7 lines
96 B
Go
|
package cmd
|
||
|
|
||
|
// import built-in strategies
|
||
|
import (
|
||
|
_ "github.com/c9s/bbgo/pkg/cmd/strategy"
|
||
|
)
|