package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Mar 24, 2017
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrChan struct {
C chan error
}
New returns an error channel of max length 'n'
errors can be sent to the ErrChan.C channel, and will be returned when
ErrChan.Error() is called.
Error closes the ErrChan.C channel and returns an error if there are any
non-nil errors, otherwise returns nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.