use github.com/mutecomm/go-sqlcipher for example

This commit is contained in:
Frank Braun
2019-02-26 17:53:30 +00:00
parent f799951b4a
commit 77b893cedc
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"log"
"os"
_ "github.com/mattn/go-sqlite3"
_ "github.com/mutecomm/go-sqlcipher"
)
func main() {