Update github.com/JackC to github.com/jackc
This commit is contained in:
+2
-2
@@ -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,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/JackC/pgx"
|
||||
"github.com/jackc/pgx"
|
||||
log "gopkg.in/inconshreveable/log15.v2"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
Reference in New Issue
Block a user