Fix example import to point to mattn repo.

This commit is contained in:
Graeme Connell 2016-11-11 09:50:05 -07:00
parent ca5e381972
commit 341bfcf7f1
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 {