diff --git a/content/roadmaps/109-golang/content/100-go-basics/108-functions.md b/content/roadmaps/109-golang/content/100-go-basics/108-functions.md
index cebcc2697..5f9c72dc7 100644
--- a/content/roadmaps/109-golang/content/100-go-basics/108-functions.md
+++ b/content/roadmaps/109-golang/content/100-go-basics/108-functions.md
@@ -1 +1,12 @@
-# Functions
\ No newline at end of file
+# Functions
+
+Discover how functions work in Go, the list of resources below will cover :
+
+ - How to define and call functions in Go?
+ - Named returns in Go?
+ - Handle multiple return types.
+ - Different types of functions in Go.
+
+Free Content
+Go by Example: Functions
+Functions in go