package goConcurrency import "testing" func TestTimerA(t *testing.T) { TimerA() } func TestTimerB(t *testing.T) { TimerB() } func TestTickerA(t *testing.T) { TickerA() }