2
0

Update github.com/JackC to github.com/jackc

This commit is contained in:
Jack Christensen
2014-06-21 08:36:20 -05:00
parent d9522a4741
commit b2c1a14fcc
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package stdlib_test
import (
"database/sql"
_ "github.com/JackC/pgx/stdlib"
_ "github.com/jackc/pgx/stdlib"
"testing"
)