# Packages
Package leakcheck contains functions to check leaked goroutines.
# Functions
EqualError asserts that a function returned an error (i.e.
No description provided by the author
Error asserts that a function returned an error (i.e.
No description provided by the author
Nil asserts that the specified object is nil.
No description provided by the author
NonError asserts that a function returned a none error (i.e.
No description provided by the author
NonNil asserts that the specified object is none nil.
No description provided by the author
NonZero asserts that the specified object is none zero.
No description provided by the author
Zero asserts that the specified object is zero.
No description provided by the author