aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Castillo <cookieo9@gmail.com>2012-10-28 22:28:49 -0700
committerCarlos Castillo <cookieo9@gmail.com>2012-10-28 22:28:49 -0700
commite50d79429afc7bfc427addd0ca90e67d34a0e23d (patch)
tree5e4d0f600c4e101305e297c7ef3c01b959165b84
parentUpdated to newer go support in travis-ci. It is both simpler and should test ... (diff)
downloadgolite-e50d79429afc7bfc427addd0ca90e67d34a0e23d.tar.gz
golite-e50d79429afc7bfc427addd0ca90e67d34a0e23d.tar.xz
Switched example back to mattn's repo.
-rw-r--r--example/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/main.go b/example/main.go
index ba4d0ca..35e5314 100644
--- a/example/main.go
+++ b/example/main.go
@@ -3,7 +3,7 @@ package main
import (
"database/sql"
"fmt"
- _ "github.com/cookieo9/go-sqlite3"
+ _ "github.com/mattn/go-sqlite3"
"os"
)