type net.ParseError
8 uses
	net (current package)
		ip.go#L351: 		return &ParseError{Type: "IP address", Text: s}
		ip.go#L522: 		return nil, nil, &ParseError{Type: "CIDR address", Text: s}
		ip.go#L527: 		return nil, nil, &ParseError{Type: "CIDR address", Text: s}
		ip.go#L532: 		return nil, nil, &ParseError{Type: "CIDR address", Text: s}
		net.go#L558: type ParseError struct {
		net.go#L567: func (e *ParseError) Error() string { return "invalid " + e.Type + ": " + e.Text }
		net.go#L569: func (e *ParseError) Timeout() bool   { return false }
		net.go#L570: func (e *ParseError) Temporary() bool { return false }
|  | 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. |