type github.com/jackc/pgproto3/v2.BigEndianBuf

7 uses

	github.com/jackc/pgproto3/v2 (current package)
		big_endian.go#L7: type BigEndianBuf [8]byte
		big_endian.go#L9: func (b BigEndianBuf) Int16(n int16) []byte {
		big_endian.go#L15: func (b BigEndianBuf) Uint16(n uint16) []byte {
		big_endian.go#L21: func (b BigEndianBuf) Int32(n int32) []byte {
		big_endian.go#L27: func (b BigEndianBuf) Uint32(n uint32) []byte {
		big_endian.go#L33: func (b BigEndianBuf) Int64(n int64) []byte {
		error_response.go#L115: 	var bigEndian BigEndianBuf