If you're a beginner getting into Go, its mostly quite easy and straightforward. That is, until you get to channels. At first, everything about channels seems confusing and unintuitive. The fact that not many other popular programming languages have a similar concept, means that channels is one concept that you have to spend some time learning them, if you're starting your journey with Go.