encoding/binary.ByteOrder.PutUint16 (method)
8 uses
encoding/binary (current package)
binary.go#L43: PutUint16([]byte, uint16)
binary.go#L528: order.PutUint16(bs, uint16(*v))
binary.go#L530: order.PutUint16(bs, uint16(v))
binary.go#L533: order.PutUint16(bs[2*i:], uint16(x))
binary.go#L536: order.PutUint16(bs, *v)
binary.go#L538: order.PutUint16(bs, v)
binary.go#L541: order.PutUint16(bs[2*i:], x)
binary.go#L803: e.order.PutUint16(e.buf[e.offset:e.offset+2], x)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)