Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckLeakedGoRoutines ¶
CheckLeakedGoRoutines is used to check for goroutine leaks at the end of a test. It is not uncommon to leave a go routine that will never finish, e.g. blocked on a channel that is unreachable will never be closed. This function enumerates goroutines and reports any goroutines that are left running.
func LeakCheckingTestMain ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.