func encoding/binary.Write
2 uses
encoding/binary (current package)
binary.go#L410: func Write(w io.Writer, order ByteOrder, data any) error {
golang.org/x/tools/internal/pkgbits
encoder.go#L62: assert(binary.Write(out, binary.LittleEndian, x) == nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)