freeCodeCamp/guide/english/go/structs/index.md

11 lines
270 B
Markdown
Raw Normal View History

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