Eencoder and decoder of the PostgreSQL wire protocol
Description
Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol
version 3.
This package provides symbolic links that alias the following Go import paths to
github.com/jackc/pgproto3:
– github.com/jackc/pgproto3/v2
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/jackc/pgproto3.