diff --git a/content/roadmaps/109-golang/content/100-go-basics/100-basic-syntax.md b/content/roadmaps/109-golang/content/100-go-basics/100-basic-syntax.md
index 89cd6b207..25e6c94e4 100644
--- a/content/roadmaps/109-golang/content/100-go-basics/100-basic-syntax.md
+++ b/content/roadmaps/109-golang/content/100-go-basics/100-basic-syntax.md
@@ -1 +1,8 @@
-# Basic syntax
\ No newline at end of file
+# Basic Syntax
+
+Learn about the basic syntax of Go, such as how the go programs are executed, package imports, main function, and so on. Visit the resources listed below
+
+Free Content
+Go Tutorial: Getting started
+Go by Example: Hello World
+W3schools : Go Syntax