Versions in this module Expand all Collapse all v0 v0.1.0 Jun 28, 2020 Changes in this version + type Group struct + func NewGroup(i interface{}) *Group + func (g *Group) CloseReceiveChannel(c interface{}) error + func (g *Group) ReceiveChannel(n int) interface{} + func (g *Group) SendChannel() interface{}