type runtime.Frames
5 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) {
go.uber.org/zap
stacktrace.go#L41: frames *runtime.Frames
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)