golang.org/x/net/trace.event.What (field)
7 uses
golang.org/x/net/trace (current package)
trace.go#L692: What interface{} // string or fmt.Stringer
trace.go#L797: e := event{When: time.Now(), What: x, Recyclable: recyclable, Sensitive: sensitive}
trace.go#L805: if d, ok := tr.events[di].What.(*discarded); ok {
trace.go#L812: go tr.recycler(tr.events[di].What)
trace.go#L814: tr.events[di].What = &tr.disc
trace.go#L821: go tr.recycler(tr.events[di+1].What)
trace.go#L876: f(e.What)
![]() |
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. |