package stack

Import Path
	go.uber.org/goleak/internal/stack (on go.dev)

Dependency Relation
	imports 7 packages, and imported by one package

Involved Source Files Package stack is used for parsing stacks from `runtime.Stack`. stacks.go
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Stack represents a single Goroutine's stack. FirstFunction returns the name of the first function on the stack. Full returns the full stack trace for this goroutine. ID returns the goroutine ID. State returns the Goroutine's state. ( Stack) String() string Stack : expvar.Var Stack : fmt.Stringer func All() []Stack func Current() Stack
Package-Level Functions (total 6, in which 2 are exported)
All returns the stacks for all running goroutines.
Current returns the stack for the current goroutine.
Package-Level Constants (only one, which is unexported)