type internal/nettrace.Trace
5 uses
internal/nettrace (current package)
nettrace.go#L25: type Trace struct {
net
dial.go#L481: if trace, _ := ctx.Value(nettrace.TraceKey{}).(*nettrace.Trace); trace != nil {
dial.go#L632: trace, _ := ctx.Value(nettrace.TraceKey{}).(*nettrace.Trace)
lookup.go#L302: trace, _ := ctx.Value(nettrace.TraceKey{}).(*nettrace.Trace)
net/http/httptrace
trace.go#L43: nt := &nettrace.Trace{
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |