encoding/binary.bigEndian.PutUint16 (method)
7 uses
encoding/binary (current package)
binary.go#L105: func (bigEndian) PutUint16(b []byte, v uint16) {
github.com/jackc/pgio
write.go#L8: binary.BigEndian.PutUint16(buf[wp:], n)
github.com/jackc/pgproto3/v2
big_endian.go#L11: binary.BigEndian.PutUint16(buf, uint16(n))
big_endian.go#L17: binary.BigEndian.PutUint16(buf, n)
github.com/lib/pq
buf.go#L64: binary.BigEndian.PutUint16(x, uint16(n))
conn.go#L751: binary.BigEndian.PutUint16(colFmtData, uint16(len(colFmts)))
conn.go#L753: binary.BigEndian.PutUint16(colFmtData[2+i*2:], uint16(v))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |