Skip to content

Commit

Permalink
Introduce pgproto3 package
Browse files Browse the repository at this point in the history
pgproto3 will wrap the message encoding and decoding for the PostgreSQL
frontend/backend protocol version 3.
  • Loading branch information
jackc committed Apr 29, 2017
1 parent e305ece commit f04c583
Show file tree
Hide file tree
Showing 34 changed files with 1,680 additions and 266 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -22,3 +22,4 @@ _testmain.go
*.exe

conn_config_test.go
.envrc
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -52,7 +52,7 @@ install:
- go get -u github.com/shopspring/decimal
- go get -u gopkg.in/inconshreveable/log15.v2
- go get -u github.com/jackc/fake
- go get -u github.com/jackc/pgmock/pgmsg
- go get -u github.com/jackc/pgmock/pgproto3
- go get -u github.com/lib/pq
- go get -u github.com/hashicorp/go-version
- go get -u github.com/satori/go.uuid
Expand Down

0 comments on commit f04c583

Please sign in to comment.