diff --git a/guide/english/go/go-channels/index.md b/guide/english/go/go-channels/index.md index eac0b06282..ed7266c336 100644 --- a/guide/english/go/go-channels/index.md +++ b/guide/english/go/go-channels/index.md @@ -3,7 +3,8 @@ title: Go Channels --- ## Go Channels -This is a stub. [Help our community expand it](https://github.com/freecodecamp/guides/tree/master/src/pages/go/go-channels/index.md). + +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](https://github.com/freecodecamp/guides/blob/master/README.md).