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 {