runtime.ancestorInfo.goid (field)
4 uses
runtime (current package)
proc.go#L4125: goid: callergp.goid,
runtime2.go#L970: goid int64 // goroutine id of this goroutine; original goroutine possibly dead
traceback.go#L752: print("[originating from goroutine ", ancestor.goid, "]:\n")
traceback.go#L764: if f.valid() && showfuncinfo(f, false, funcID_normal, funcID_normal) && ancestor.goid != 1 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)