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

5 uses

	go.uber.org/zap/internal/stacktrace (current package)
		stack.go#L148: type Formatter struct {
		stack.go#L154: func NewFormatter(b *buffer.Buffer) Formatter {
		stack.go#L155: 	return Formatter{b: b}
		stack.go#L160: func (sf *Formatter) FormatStack(stack *Stack) {
		stack.go#L170: func (sf *Formatter) FormatFrame(frame runtime.Frame) {