diff --git a/guide/english/go/structs/index.md b/guide/english/go/structs/index.md index f1b50080e7..c2c18321cb 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: