2
0

package name is pgx not pqx

This commit is contained in:
Jack Christensen
2013-04-12 08:07:05 -05:00
parent 1a7cf8ccc4
commit 3a85bae314
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package pqx
package pgx
import (
"crypto/md5"
+1 -1
View File
@@ -1,4 +1,4 @@
package pqx
package pgx
import (
"testing"
+1 -1
View File
@@ -1,4 +1,4 @@
package pqx
package pgx
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package pqx
package pgx
import (
"encoding/binary"