1 // Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol. 2 /* 3 pgio provides functions for appending integers to a []byte while doing byte 4 order conversion. 5 */ 6 package pgio 7
View as plain text