net/netip.AddrPort.AppendBinary (method, view implemented interface methods)

2 uses

	net/netip (current package)
		netip.go#L1254: func (p AddrPort) AppendBinary(b []byte) ([]byte, error) {
		netip.go#L1266: 	return p.AppendBinary(make([]byte, 0, p.Addr().marshalBinarySize()+2))