golang.org/x/net/trace.eventLog.stack (field)
7 uses
golang.org/x/net/trace (current package)
events.go#L138: el.stack = make([]uintptr, 32)
events.go#L139: n := runtime.Callers(2, el.stack)
events.go#L140: el.stack = el.stack[:n]
events.go#L258: stack []uintptr
events.go#L277: el.stack = nil
events.go#L366: printStackRecord(tw, el.stack)
![]() |
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. |