encoding/binary.ByteOrder.PutUint16 (method)
8 uses
encoding/binary (current package)
binary.go#L38: PutUint16([]byte, uint16)
binary.go#L382: order.PutUint16(bs, uint16(*v))
binary.go#L384: order.PutUint16(bs, uint16(v))
binary.go#L387: order.PutUint16(bs[2*i:], uint16(x))
binary.go#L390: order.PutUint16(bs, *v)
binary.go#L392: order.PutUint16(bs, v)
binary.go#L395: order.PutUint16(bs[2*i:], x)
binary.go#L572: e.order.PutUint16(e.buf[e.offset:e.offset+2], x)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |