content for Golang structs (#1898)
* content for Go maps * content for Golang's make function * content for Golang structs * Update content/roadmaps/109-golang/content/100-go-basics/116-structs.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1910/head
parent
4bd48b594e
commit
e3ef304502
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Structs |
||||
|
||||
Structs are user-defined types that help us create a collection of data describing a single entity. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://go.dev/tour/moretypes/2'>Go Structs</BadgeLink> |
||||
<BadgeLink badgeText='Read' href='https://gobyexample.com/structs'>Go by Example: Structs</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=NMTN543WVQY'>Structs in Go</BadgeLink> |
Loading…
Reference in new issue