package goConcurrency import "testing" func TestChannelOperate(t *testing.T) { ChannelOperate() } func TestChannelFor(t *testing.T) { ChannelFor() } func TestChannelSync(t *testing.T) { ChannelSync() } func TestChannelAsync(t *testing.T) { ChannelAsync() } func TestChannelDirectional(t *testing.T) { ChannelDirectional() }