From e3ef304502f999a8061034c5818bc033f80d6173 Mon Sep 17 00:00:00 2001 From: Giorgos Dimitriadis Date: Wed, 28 Sep 2022 17:34:49 +0300 Subject: [PATCH] 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 --- .../109-golang/content/100-go-basics/116-structs.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/109-golang/content/100-go-basics/116-structs.md b/content/roadmaps/109-golang/content/100-go-basics/116-structs.md index 17c24f6c0..656a2f0d2 100644 --- a/content/roadmaps/109-golang/content/100-go-basics/116-structs.md +++ b/content/roadmaps/109-golang/content/100-go-basics/116-structs.md @@ -1 +1,8 @@ -# Structs \ No newline at end of file +# Structs + +Structs are user-defined types that help us create a collection of data describing a single entity. + +Free Content +Go Structs +Go by Example: Structs +Structs in Go \ No newline at end of file