Channels

This lesson explains in detail the workings of channels in Go

We'll cover the following

About channels

Channels are pipes through which you can send and receive values using the channel operator, <-.

Get hands-on with 1200+ tech skills courses.