package gofuncy import ( "errors" ) var ErrChannelClosed = errors.New("channel is closed")