Stack represents a single Goroutine's stack.
All returns the stacks for all running goroutines.
Current returns the stack for the current goroutine.
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.