From 4740b1fcc657547a8cedf7efbb4571ffa8e037da Mon Sep 17 00:00:00 2001 From: shabnamNajafian Date: Tue, 6 Nov 2018 12:36:49 +0100 Subject: [PATCH] Update index.md (#22310) * Update index.md Add a short description for struct * Removed stub --- guide/english/go/structs/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/guide/english/go/structs/index.md b/guide/english/go/structs/index.md index f1b50080e73..c2c18321cbd 100644 --- a/guide/english/go/structs/index.md +++ b/guide/english/go/structs/index.md @@ -3,11 +3,8 @@ title: Go Structs --- ## Go Structs -This is a stub. Help our community expand it. +Go’s structs are typed collections of fields. They’re useful for grouping data together to form records. -This quick style guide will help ensure your pull request gets accepted. - - #### More Information: