blob: ef2dcc7f72bea955db7fa779dac17e9529111d96 (
plain) (
blame)
1
2
3
4
5
6
|
// Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
/*
pgio provides functions for appending integers to a []byte while doing byte
order conversion.
*/
package pgio
|