type encoding/binary.ByteOrder
5 uses
encoding/binary (current package)
binary.go#L34: type ByteOrder interface {
binary.go#L162: func Read(r io.Reader, order ByteOrder, data interface{}) error {
binary.go#L271: func Write(w io.Writer, order ByteOrder, data interface{}) error {
binary.go#L457: order ByteOrder
runtime/pprof
elf.go#L38: var byteOrder binary.ByteOrder
![]() |
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. |