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
+1 -1
View File
@@ -23,7 +23,7 @@ func Example_customValueTranscoder() {
DecodeText: decodePointFromText,
EncodeTo: encodePoint}
conn, err := pgx.Connect(*defaultConnectionParameters)
conn, err := pgx.Connect(*defaultConnConfig)
if err != nil {
fmt.Printf("Unable to establish connection: %v", err)
return