func TestChannels(t *testing.T) { c := make(chan int) } range over channel ok, more := <- chan select go statement