From 220c8239970ca7eafe98af84095f1f0271a68ea4 Mon Sep 17 00:00:00 2001 From: Odyseya <115072020+Odyseya@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:37:25 +0200 Subject: [PATCH] Add Logging introduction (#2365) * add Logging introduction * Update content/roadmaps/109-golang/content/105-go-logging/readme.md Co-authored-by: Kamran Ahmed --- .../roadmaps/109-golang/content/105-go-logging/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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