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
+2 -2
View File
@@ -1,5 +1,5 @@
# Examples
* url_shortener contains a simple example of using pgx in a web context.
* (Tern)[https://github.com/JackC/tern] is a migration tool that uses pgx.
* (The Pithy Reader)[https://github.com/JackC/tpr] is a RSS aggregator that uses pgx.
* (Tern)[https://github.com/jackc/tern] is a migration tool that uses pgx.
* (The Pithy Reader)[https://github.com/jackc/tpr] is a RSS aggregator that uses pgx.
+1 -1
View File
@@ -1,7 +1,7 @@
package main
import (
"github.com/JackC/pgx"
"github.com/jackc/pgx"
log "gopkg.in/inconshreveable/log15.v2"
"io/ioutil"
"net/http"