README.md (453B)
1 [](https://godoc.org/github.com/jackc/pgio) 2 [](https://travis-ci.org/jackc/pgio) 3 4 # pgio 5 6 Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol. 7 8 pgio provides functions for appending integers to a []byte while doing byte 9 order conversion. 10 11 Extracted from original implementation in https://github.com/jackc/pgx.