net.Addr.Network (method)
5 uses
net (current package)
dial.go#L297: if op == "dial" && hint != nil && addr.Network() != hint.Network() {
dial.go#L325: if addr.Network() != hint.Network() {
file_unix.go#L61: fd.net = laddr.Network()
net.go#L112: Network() string // name of the network (for example, "tcp", "udp")
 |
The pages are generated with Golds v0.7.6. (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. |