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