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

Skip to content

Commit 7129dfa

Browse files
committed
Add build file for sqlcipher
1 parent 84eea4a commit 7129dfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/cli/build_sqlcipher.go

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

0 commit comments

Comments
 (0)