From 5d0546a63efcce4939eb0353974e03c51541073b Mon Sep 17 00:00:00 2001 From: shabnamNajafian Date: Sun, 4 Nov 2018 22:17:40 +0100 Subject: [PATCH] Update index.md (#22315) * Update index.md Add a description for channel * removed stub info --- guide/english/go/go-channels/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).