Modified example to use local version of package instead of mattn's.

This commit is contained in:
Carlos Castillo 2012-10-27 20:20:29 -07:00
parent 58cfe6309d
commit df5b1dfca6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package main
import (
"database/sql"
"fmt"
_ "github.com/mattn/go-sqlite3"
_ "github.com/cookieo9/go-sqlite3"
"os"
)