diff options
author | mattn <mattn.jp@gmail.com> | 2016-11-12 01:58:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-12 01:58:19 +0900 |
commit | fba66eb11643069e747022997e9be3b502b2c6fb (patch) | |
tree | e073931dde1fbcdef652cb22702721d99a922b52 | |
parent | upgrade amalgamation code (diff) | |
parent | Fix example import to point to mattn repo. (diff) | |
download | golite-fba66eb11643069e747022997e9be3b502b2c6fb.tar.gz golite-fba66eb11643069e747022997e9be3b502b2c6fb.tar.xz |
Merge pull request #356 from gconnell/import
Fix example import to point to mattn repo.
-rw-r--r-- | _example/trace/main.go | 2 |
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 { |