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))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)