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
parent
3c56be7fdd
commit
e8ca617bec
1 changed files with 8 additions and 1 deletions
@ -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…
Reference in new issue