golang.org/x/net/trace.trace.finishStack (field)
5 uses
golang.org/x/net/trace (current package)
trace.go#L406: tr.finishStack = buf[:n]
trace.go#L736: finishStack []byte // where finish was called, if DebugUseAfterFinish is set
trace.go#L759: tr.finishStack = nil
trace.go#L777: if DebugUseAfterFinish && tr.finishStack != nil {
trace.go#L780: log.Printf("net/trace: trace used after finish:\nFinished at:\n%s\nUsed at:\n%s", tr.finishStack, buf[:n])
 |
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. |