type encoding/binary.ByteOrder
6 uses
encoding/binary (current package)
binary.go#L34: type ByteOrder interface {
binary.go#L233: func Read(r io.Reader, order ByteOrder, data any) error {
binary.go#L342: func Write(w io.Writer, order ByteOrder, data any) error {
binary.go#L531: order ByteOrder
github.com/gotd/td/session/tdesktop
file.go#L143: func readArray(data []byte, order binary.ByteOrder) (array []byte, n int, _ error) {
file.go#L160: func writeArray(writer io.Writer, data []byte, order binary.ByteOrder) error {
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. |