Add basic syntax of go resources (#1601)

* Update 100-basic-syntax.md

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

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1657/head
Hijen EL Khalifi 2 years ago committed by GitHub
parent 3c56be7fdd
commit e8ca617bec
  1. 9
      content/roadmaps/109-golang/content/100-go-basics/100-basic-syntax.md

@ -1 +1,8 @@
# Basic syntax
# Basic Syntax
Learn about the basic syntax of Go, such as how the go programs are executed, package imports, main function, and so on. Visit the resources listed below
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://go.dev/doc/tutorial/getting-started'>Go Tutorial: Getting started</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://gobyexample.com/hello-world'>Go by Example: Hello World</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3schools.com/go/go_syntax.php'>W3schools : Go Syntax</BadgeLink>

Loading…
Cancel
Save