migrate/cli/build_clickhouse.go
Dale Hui f584949470 Update imports to reference fork.
Thanks `make rewrite-import-paths`!
2018-01-19 10:56:55 -08:00

9 lines
142 B
Go

// +build clickhouse
package main
import (
_ "github.com/kshvakov/clickhouse"
_ "github.com/golang-migrate/migrate/database/clickhouse"
)