type runtime.Frames
4 uses
runtime (current package)
symtab.go#L17: type Frames struct {
symtab.go#L80: func CallersFrames(callers []uintptr) *Frames {
symtab.go#L81: f := &Frames{callers: callers}
symtab.go#L95: func (ci *Frames) Next() (frame Frame, more bool) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)