Skip to content

Commit

Permalink
Merge pull request #356 from gconnell/import
Browse files Browse the repository at this point in the history
Fix example import to point to mattn repo.
  • Loading branch information
mattn committed Nov 11, 2016
2 parents ca5e381 + 341bfcf commit fba66eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/trace/main.go
Expand Up @@ -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 {
Expand Down

0 comments on commit fba66eb

Please sign in to comment.