type runtime.Frames

5 uses

	runtime (current package)
		symtab.go#L16: type Frames struct {
		symtab.go#L66: func CallersFrames(callers []uintptr) *Frames {
		symtab.go#L67: 	f := &Frames{callers: callers}
		symtab.go#L81: func (ci *Frames) Next() (frame Frame, more bool) {

	go.uber.org/zap
		stacktrace.go#L41: 	frames *runtime.Frames