Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eea4a commit 7129dfaCopy full SHA for 7129dfa
internal/cli/build_sqlcipher.go
@@ -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