aboutsummaryrefslogtreecommitdiff
path: root/_example/trace/main.go
diff options
context:
space:
mode:
authorGraeme Connell <gconnell@google.com>2016-11-11 09:50:05 -0700
committerGraeme Connell <gconnell@google.com>2016-11-11 09:50:05 -0700
commit341bfcf7f19e6c3d3df8cd2ce6342a8b2125bbb0 (patch)
treee073931dde1fbcdef652cb22702721d99a922b52 /_example/trace/main.go
parentupgrade amalgamation code (diff)
downloadgolite-341bfcf7f19e6c3d3df8cd2ce6342a8b2125bbb0.tar.gz
golite-341bfcf7f19e6c3d3df8cd2ce6342a8b2125bbb0.tar.xz
Fix example import to point to mattn repo.
Diffstat (limited to '_example/trace/main.go')
-rw-r--r--_example/trace/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_example/trace/main.go b/_example/trace/main.go
index 6a2953f..9f83ee1 100644
--- a/_example/trace/main.go
+++ b/_example/trace/main.go
@@ -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 {