package goConcurrency import "testing" func TestGoroutineGo(t *testing.T) { GoroutineGo() } func TestGoroutineWG(t *testing.T) { GoroutineWG() } func TestGoroutineNum(t *testing.T) { GoroutineNum() } func TestGoroutineAnts(t *testing.T) { GoroutineAnts() } func TestGoroutineRandom(t *testing.T) { GoroutineRandom() } func TestGoroutineSched(t *testing.T) { GoroutineSched() }