Channels

by
Using channels to communicate over shared memory.
func TestChannels(t *testing.T) { c := make(chan int) }