func net.parseIPv6Zone
5 uses
net (current package)
dnsconfig_unix.go#L79: } else if ip, _ := parseIPv6Zone(f[1]); ip != nil {
hosts.go#L20: ip, zone = parseIPv6Zone(addr)
ip.go#L566: func parseIPv6Zone(s string) (IP, string) {
ip.go#L698: return parseIPv6Zone(s)
cgo_unix.go#L272: ip, zone = parseIPv6Zone(addr)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |