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
Giorgos Dimitriadis 2 years ago committed by GitHub
parent 4bd48b594e
commit e3ef304502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/109-golang/content/100-go-basics/116-structs.md

@ -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…
Cancel
Save