Switched example back to mattn's repo.

This commit is contained in:
Carlos Castillo 2012-10-28 22:28:49 -07:00
parent eed762d437
commit e50d79429a
1 changed files with 1 additions and 1 deletions

View File

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