net/url.Error.Op (field)
4 uses
net/url (current package)
url.go#L23: Op string
url.go#L29: func (e *Error) Error() string { return fmt.Sprintf("%s %q: %s", e.Op, e.URL, e.Err) }
net/http
client.go#L605: Op: urlErrorOp(req.Method),
client.go#L633: Op: urlErrorOp(reqs[0].Method),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)