type vendor/golang.org/x/net/route.binaryLittleEndian
7 uses
vendor/golang.org/x/net/route (current package)
binary.go#L16: littleEndian binaryLittleEndian
binary.go#L28: type binaryLittleEndian struct{}
binary.go#L30: func (binaryLittleEndian) Uint16(b []byte) uint16 {
binary.go#L35: func (binaryLittleEndian) PutUint16(b []byte, v uint16) {
binary.go#L41: func (binaryLittleEndian) Uint32(b []byte) uint32 {
binary.go#L46: func (binaryLittleEndian) PutUint32(b []byte, v uint32) {
binary.go#L54: func (binaryLittleEndian) Uint64(b []byte) uint64 {
![]() |
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. |