func encoding/binary.Read
7 uses
encoding/binary (current package)
binary.go#L162: func Read(r io.Reader, order ByteOrder, data interface{}) error {
github.com/go-git/go-git/v5/utils/binary
read.go#L18: if err := binary.Read(r, binary.BigEndian, v); err != nil {
read.go#L115: if err := binary.Read(r, binary.BigEndian, &v); err != nil {
read.go#L125: if err := binary.Read(r, binary.BigEndian, &v); err != nil {
read.go#L135: if err := binary.Read(r, binary.BigEndian, &v); err != nil {
read.go#L145: if err := binary.Read(r, binary.BigEndian, h[:]); err != nil {
go.opencensus.io/trace
trace.go#L543: binary.Read(crand.Reader, binary.LittleEndian, p)
 |
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. |