var net.protocols
6 uses
net (current package)
lookup.go#L21: var protocols = map[string]int{
lookup.go#L66: proto, found := protocols[string(lowerProtocol[:n])]
lookup_unix.go#L39: if _, ok := protocols[f[0]]; !ok {
lookup_unix.go#L40: protocols[f[0]] = proto
lookup_unix.go#L43: if _, ok := protocols[alias]; !ok {
lookup_unix.go#L44: protocols[alias] = proto
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)