type net/http.responseAndError
6 uses
net/http (current package)
transport.go#L2110: case rc.ch <- responseAndError{err: err}:
transport.go#L2150: case rc.ch <- responseAndError{res: resp}:
transport.go#L2195: case rc.ch <- responseAndError{res: resp}:
transport.go#L2454: type responseAndError struct {
transport.go#L2464: ch chan responseAndError // unbuffered; always send in select on callerGone
transport.go#L2593: resc := make(chan responseAndError)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |