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
@@ -4,7 +4,7 @@ import (
"database/sql"
"database/sql/driver"
"fmt"
"github.com/JackC/pgx"
"github.com/jackc/pgx"
"io"
)