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