package name is pgx not pqx

pgx-vs-pq
Jack Christensen 2013-04-12 08:07:05 -05:00
parent 1a7cf8ccc4
commit 3a85bae314
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package pqx
package pgx
import (
"crypto/md5"

View File

@ -1,4 +1,4 @@
package pqx
package pgx
import (
"testing"

View File

@ -1,4 +1,4 @@
package pqx
package pgx
import (
"bytes"

View File

@ -1,4 +1,4 @@
package pqx
package pgx
import (
"encoding/binary"