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#L597: Op: urlErrorOp(req.Method),
client.go#L625: Op: urlErrorOp(reqs[0].Method),
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)