bbgo_origin/pkg/bbgo/db.go

7 lines
96 B
Go

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