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 bbgo
|
|
|
|
import (
|
|
// register the go migrations
|
|
_ "github.com/c9s/bbgo/pkg/migrations"
|
|
)
|