diff --git a/content/roadmaps/109-golang/content/105-go-logging/readme.md b/content/roadmaps/109-golang/content/105-go-logging/readme.md
index 8d1b30c73..723e8d0b5 100644
--- a/content/roadmaps/109-golang/content/105-go-logging/readme.md
+++ b/content/roadmaps/109-golang/content/105-go-logging/readme.md
@@ -1 +1,7 @@
-# Go logging
\ No newline at end of file
+# Logging
+
+Go has built-in features to make it easier for programmers to implement logging. Third parties have also built additional tools to make logging easier.
+
+Free Content
+Logging in Go: Choosing a System and Using it
+Logging in Golang – How to Start
\ No newline at end of file