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
parent
267d325aa0
commit
1895b24e33
1 changed files with 6 additions and 1 deletions
@ -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…
Reference in new issue