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 ( import (
"crypto/md5" "crypto/md5"

View File

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

View File

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

View File

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