Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e86f4a2

Browse files
committed
change include path from github.com/kshvakov to github.com/mattes
1 parent 9341404 commit e86f4a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli/build_clickhouse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ package main
44

55
import (
66
_ "github.com/kshvakov/clickhouse"
7-
_ "github.com/kshvakov/migrate/database/clickhouse"
7+
_ "github.com/mattes/migrate/database/clickhouse"
88
)

database/clickhouse/clickhouse.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type Config struct {
2424
func init() {
2525
database.Register("clickhouse", &ClickHouse{})
2626
}
27+
2728
func WithInstance(conn *sql.DB, config *Config) (database.Driver, error) {
2829
if config == nil {
2930
return nil, ErrNilConfig

0 commit comments

Comments
 (0)