2
0

Rename ConnectionParameters to ConnConfig

This commit is contained in:
Jack Christensen
2014-05-17 13:30:22 -05:00
parent 4eb597d20b
commit 1ff653ae15
12 changed files with 115 additions and 115 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ package main
import (
"fmt"
"github.com/jackc/pgx"
"github.com/JackC/pgx"
"io/ioutil"
"net/http"
"os"
@@ -97,7 +97,7 @@ func urlHandler(w http.ResponseWriter, req *http.Request) {
func main() {
var err error
connectionOptions := pgx.ConnectionParameters{
connectionOptions := pgx.ConnConfig{
Host: "127.0.0.1",
User: "jack",
Password: "jack",