From 1895b24e33fd18cf6ab8f4f9bee139ec555db2dc Mon Sep 17 00:00:00 2001 From: Hijen EL Khalifi Date: Mon, 22 Aug 2022 14:37:51 +0100 Subject: [PATCH] Add Go basics content (#1578) * Go basics intro * Update content/roadmaps/109-golang/content/100-go-basics/readme.md Co-authored-by: Kamran Ahmed --- .../roadmaps/109-golang/content/100-go-basics/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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