2018-10-12 15:37:13 -04:00
|
|
|
|
---
|
|
|
|
|
title: Go Structs
|
|
|
|
|
---
|
|
|
|
|
## Go Structs
|
|
|
|
|
|
2018-11-06 12:36:49 +01:00
|
|
|
|
Go’s structs are typed collections of fields. They’re useful for grouping data together to form records.
|
2018-10-12 15:37:13 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### More Information:
|
|
|
|
|
<!-- Please add any articles you think might be helpful to read before writing the article -->
|