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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |