11 lines
270 B
Markdown
11 lines
270 B
Markdown
---
|
||
title: Go Structs
|
||
---
|
||
## Go Structs
|
||
|
||
Go’s structs are typed collections of fields. They’re 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 -->
|