net.Addr.String (method)
20 uses
net (current package)
dial.go#L278: return nil, &AddrError{Err: "mismatched local address type", Addr: hint.String()}
dial.go#L306: return nil, &AddrError{Err: "mismatched local address type", Addr: hint.String()}
dial.go#L327: return nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: hint.String()}
dial.go#L634: raStr := ra.String()
fd_unix.go#L47: ls = fd.laddr.String()
fd_unix.go#L50: rs = fd.raddr.String()
net.go#L103: String() string // string form of address (for example, "192.0.2.1:25", "[2001:db8::1]:80")
net.go#L478: s += " " + e.Source.String()
net.go#L486: s += e.Addr.String()
sock_posix.go#L126: ctrlAddr = raddr.String()
sock_posix.go#L128: ctrlAddr = laddr.String()
sock_posix.go#L192: if err := ctrlCtxFn(ctx, fd.ctrlNetwork(), laddr.String(), c); err != nil {
sock_posix.go#L246: if err := ctrlCtxFn(ctx, fd.ctrlNetwork(), laddr.String(), c); err != nil {
unixsock_posix.go#L230: return &UnixListener{fd: fd, path: fd.laddr.String(), unlink: true}, nil
net/http
h2_bundle.go#L4222: remoteAddrStr: c.RemoteAddr().String(),
server.go#L1860: c.remoteAddr = ra.String()
server.go#L3544: req.RemoteAddr = h.c.RemoteAddr().String()
transport.go#L1647: d := socksNewDialer("tcp", conn.RemoteAddr().String())
crypto/tls
handshake_client.go#L1117: return c.conn.RemoteAddr().String()
github.com/gotd/neo
net.go#L41: return a.Network() + "/" + a.String()
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |