type encoding.BinaryUnmarshaler
4 uses
encoding (current package)
encoding.go#L28: type BinaryUnmarshaler interface {
encoding/gob
decode.go#L736: err = value.Interface().(encoding.BinaryUnmarshaler).UnmarshalBinary(b)
type.go#L109: binaryUnmarshalerInterfaceType = reflect.TypeOf((*encoding.BinaryUnmarshaler)(nil)).Elem()
github.com/go-redis/redis/v8/internal/proto
scan.go#L102: case encoding.BinaryUnmarshaler:
![]() |
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. |