Files
freeCodeCamp/guide/english/go/structs/index.md
shabnamNajafian 4740b1fcc6 Update index.md (#22310)
* Update index.md

Add a short description for struct

* Removed stub
2018-11-06 06:36:49 -05:00

11 lines
270 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Go Structs
---
## Go Structs
Gos structs are typed collections of fields. Theyre useful for grouping data together to form records.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->