net.ParseError.Text (field)
6 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#L564: Text string
net.go#L567: func (e *ParseError) Error() string { return "invalid " + e.Type + ": " + e.Text }
 |
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. |