Merge pull request #356 from gconnell/import

Fix example import to point to mattn repo.
This commit is contained in:
mattn 2016-11-12 01:58:19 +09:00 committed by GitHub
commit fba66eb116
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"log"
"os"
sqlite3 "github.com/gimpldo/go-sqlite3"
sqlite3 "github.com/mattn/go-sqlite3"
)
func traceCallback(info sqlite3.TraceInfo) int {