net/url.Error.Err (field)
7 uses
net/url (current package)
url.go#L26: Err error
url.go#L29: func (e *Error) Unwrap() error { return e.Err }
url.go#L30: func (e *Error) Error() string { return fmt.Sprintf("%s %q: %s", e.Op, e.URL, e.Err) }
url.go#L33: t, ok := e.Err.(interface {
url.go#L40: t, ok := e.Err.(interface {
net/http
client.go#L603: Err: errors.New("http: nil Request.URL"),
client.go#L632: Err: err,
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |