mirror of https://github.com/mattn/go-sqlite3.git
Updating example
This commit is contained in:
parent
33fedebc8e
commit
0b6c00a7e6
|
@ -1,7 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"exp/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
_ "github.com/mattn/go-sqlite3"
|
_ "github.com/mattn/go-sqlite3"
|
||||||
"os"
|
"os"
|
||||||
|
|
Loading…
Reference in New Issue