diff --git a/content/roadmaps/109-golang/content/100-go-basics/readme.md b/content/roadmaps/109-golang/content/100-go-basics/readme.md
index e938b1715..2169264c9 100644
--- a/content/roadmaps/109-golang/content/100-go-basics/readme.md
+++ b/content/roadmaps/109-golang/content/100-go-basics/readme.md
@@ -1 +1,6 @@
-# Go basics
\ No newline at end of file
+# Learn the Basics
+
+Learn the common concepts of Go like variables, loops, conditional statements, functions, data types, and so on. A good starting point for go basics is its Go's official docs.
+
+Free Content
+Official Go Tutorial