Files
freeCodeCamp/guide/english/go/go-channels/index.md
shabnamNajafian 5d0546a63e Update index.md (#22315)
* Update index.md

Add a description for channel

* removed stub info
2018-11-04 13:17:40 -08:00

866 B

title
title
Go Channels

Go Channels

Channels are the pipes that connect concurrent goroutines. You can send values into channels from one goroutine and receive those values into another goroutine.

This quick style guide will help ensure your pull request gets accepted.

More Information: