Add Go basics content (#1578)

* Go basics intro

* Update content/roadmaps/109-golang/content/100-go-basics/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1657/head
Hijen EL Khalifi 2 years ago committed by GitHub
parent 267d325aa0
commit 1895b24e33
  1. 7
      content/roadmaps/109-golang/content/100-go-basics/readme.md

@ -1 +1,6 @@
# Go basics
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Tutorial' href='https://go.dev/doc/tutorial/'>Official Go Tutorial</BadgeLink>

Loading…
Cancel
Save