net/netip.Addr.String (method, view implemented interface methods)
8 uses
net/netip (current package)
netip.go#L784: func (ip Addr) String() string {
netip.go#L948: return ip.String()
netip.go#L1595: return p.ip.String() + "/" + strconv.Itoa(p.Bits())
net
cgo_unix.go#L253: return nil, &DNSError{Err: "invalid address " + ip.String(), Name: addr}
hosts.go#L23: return ip.String()
ipsock_posix.go#L246: return syscall.SockaddrInet4{}, &AddrError{Err: "non-IPv4 address", Addr: addr.String()}
udpsock_posix.go#L161: return 0, &AddrError{Err: "invalid address family", Addr: addr.Addr().String()}
udpsock_posix.go#L209: return 0, 0, &AddrError{Err: "invalid address family", Addr: addr.Addr().String()}
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |