mirror of https://github.com/jackc/pgx.git
package name is pgx not pqx
parent
1a7cf8ccc4
commit
3a85bae314
2
conn.go
2
conn.go
|
@ -1,4 +1,4 @@
|
||||||
package pqx
|
package pgx
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/md5"
|
"crypto/md5"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package pqx
|
package pgx
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package pqx
|
package pgx
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package pqx
|
package pgx
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
|
Loading…
Reference in New Issue