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