net/netip.Addr.UnmarshalBinary (method, view implemented interface methods)
3 uses
net/netip (current package)
netip.go#L1014: func (ip *Addr) UnmarshalBinary(b []byte) error {
netip.go#L1224: err := addr.UnmarshalBinary(b[:len(b)-2])
netip.go#L1484: err := addr.UnmarshalBinary(b[:len(b)-1])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)