func context.Cause
9 uses
context (current package)
context.go#L288: func Cause(c Context) error {
context.go#L477: child.cancel(false, parent.Err(), Cause(parent))
context.go#L502: child.cancel(false, parent.Err(), Cause(parent))
context.go#L516: child.cancel(false, parent.Err(), Cause(parent))
net/http
transport.go#L669: return nil, context.Cause(ctx)
transport.go#L1541: err := context.Cause(treq.ctx)
transport.go#L1552: err := context.Cause(treq.ctx)
transport.go#L2407: pc.cancelRequest(context.Cause(rc.treq.ctx))
transport.go#L2873: pc.cancelRequest(context.Cause(req.ctx))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)