type encoding/binary.ByteOrder

6 uses

	encoding/binary (current package)
		binary.go#L34: type ByteOrder interface {
		binary.go#L162: func Read(r io.Reader, order ByteOrder, data any) error {
		binary.go#L271: func Write(w io.Writer, order ByteOrder, data any) error {
		binary.go#L457: 	order  ByteOrder

	github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
		encode.go#L160: func binaryWriteFields(w io.Writer, order binary.ByteOrder, vs ...interface{}) error {

	runtime/pprof
		elf.go#L38: 	var byteOrder binary.ByteOrder