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
|
||||
|
||||
import (
|
||||
"exp/sql"
|
||||
"database/sql"
|
||||
"fmt"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"os"
|
||||
|
|
Loading…
Reference in New Issue