From e50d79429afc7bfc427addd0ca90e67d34a0e23d Mon Sep 17 00:00:00 2001 From: Carlos Castillo Date: Sun, 28 Oct 2012 22:28:49 -0700 Subject: [PATCH] Switched example back to mattn's repo. --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )