# Functions
GetAll returns the stacks for all running goroutines.
GetCurrentStack returns the stack for the current goroutine.
IdentifyLeaks looks for extra goroutines, and returns a descriptive error if it finds any.
VerifyNoLeaks calls IdentifyLeaks and fails the test if it finds any leaked goroutines.