What are channels and how can you use them in Golang?
In Golang, a channel is a communication object which uses goroutines to communicate with each other. Technically, it is a data transfer pipe in which data can be transferred into or read from.
BY Best Interview Question ON 04 Apr 2020