diff options
author | Carlos Castillo <cookieo9@gmail.com> | 2012-10-28 22:28:49 -0700 |
---|---|---|
committer | Carlos Castillo <cookieo9@gmail.com> | 2012-10-28 22:28:49 -0700 |
commit | e50d79429afc7bfc427addd0ca90e67d34a0e23d (patch) | |
tree | 5e4d0f600c4e101305e297c7ef3c01b959165b84 | |
parent | Updated to newer go support in travis-ci. It is both simpler and should test ... (diff) | |
download | golite-e50d79429afc7bfc427addd0ca90e67d34a0e23d.tar.gz golite-e50d79429afc7bfc427addd0ca90e67d34a0e23d.tar.xz |
Switched example back to mattn's repo.
-rw-r--r-- | example/main.go | 2 |
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" ) |