forked from mirror/go-sqlcipher
Modified example to use local version of package instead of mattn's.
This commit is contained in:
parent
58cfe6309d
commit
df5b1dfca6
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
_ "github.com/cookieo9/go-sqlite3"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue