bbgo_origin/pkg/bbgo/db.go

7 lines
96 B
Go
Raw Normal View History

package bbgo
import (
// register the go migrations
_ "github.com/c9s/bbgo/pkg/migrations"
)