const runtime.funcID_normal
9 uses
runtime (current package)
symtab.go#L179: lastFuncID := funcID_normal
symtab.go#L312: funcID_normal funcID = iota // not a special function
traceback.go#L167: lastFuncID := funcID_normal
traceback.go#L666: if f.valid() && showframe(f, gp, false, funcID_normal, funcID_normal) && gp.goid != 1 {
traceback.go#L755: if showfuncinfo(f, fidx == 0, funcID_normal, funcID_normal) {
traceback.go#L764: if f.valid() && showfuncinfo(f, false, funcID_normal, funcID_normal) && ancestor.goid != 1 {
 |
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. |