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

270 B
Raw Blame History

title
title
Go Structs

Go Structs

Gos structs are typed collections of fields. Theyre useful for grouping data together to form records.

More Information: