type go.uber.org/zap/internal/stacktrace.Stack

8 uses

	go.uber.org/zap/internal/stacktrace (current package)
		stack.go#L33: var _stackPool = pool.New(func() *Stack {
		stack.go#L34: 	return &Stack{
		stack.go#L40: type Stack struct {
		stack.go#L71: func Capture(skip int, depth Depth) *Stack {
		stack.go#L113: func (st *Stack) Free() {
		stack.go#L121: func (st *Stack) Count() int {
		stack.go#L127: func (st *Stack) Next() (_ runtime.Frame, more bool) {
		stack.go#L160: func (sf *Formatter) FormatStack(stack *Stack) {