Check out example codes for "In Go language, a channel is a medium through which a goroutine communicates with another goroutine.". It will help you in understanding the concepts better.
Code Example 1
Value of the channel:
Type of the channel: chan int
Value of the channel1: 0x432080
Type of the channel1: chan int
Learn ReactJs, React Native from akashmittal.com