1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

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>
This commit is contained in:
Hijen EL Khalifi 2022-08-22 14:37:51 +01:00 committed by GitHub
parent 267d325aa0
commit 1895b24e33

View File

@ -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>