encoding/binary.ByteOrder.PutUint16 (method)
8 uses
encoding/binary (current package)
binary.go#L43: PutUint16([]byte, uint16)
binary.go#L510: order.PutUint16(bs, uint16(*v))
binary.go#L512: order.PutUint16(bs, uint16(v))
binary.go#L515: order.PutUint16(bs[2*i:], uint16(x))
binary.go#L518: order.PutUint16(bs, *v)
binary.go#L520: order.PutUint16(bs, v)
binary.go#L523: order.PutUint16(bs[2*i:], x)
binary.go#L785: e.order.PutUint16(e.buf[e.offset:e.offset+2], x)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |