net/netip.AddrPort.AppendBinary (method, view implemented interface methods)
2 uses
net/netip (current package)
netip.go#L1253: func (p AddrPort) AppendBinary(b []byte) ([]byte, error) {
netip.go#L1265: return p.AppendBinary(make([]byte, 0, p.Addr().marshalBinarySize()+2))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)