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

Skip to content

Commit 2f50c9c

Browse files
maxvwchristianklotz
authored andcommitted
added file cli/build_sqlite3.go
1 parent 386ce00 commit 2f50c9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cli/build_sqlite3.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// +build sqlite3
2+
3+
package main
4+
5+
import (
6+
_ "github.com/mattes/migrate/database/sqlite3"
7+
)

0 commit comments

Comments
 (0)