package
1.2.120
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# 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
NewChannel returns a new Channel.
NewChannelWithSize returns a new Channel with a buffer of bufSize.
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

# Constants

DefaultChanBufferSize is the default buffer size of the underlying channel.

# Structs

Channel wraps a generic channel and provides a timed receive operation.