mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 03:23:08 +01:00
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>
This commit is contained in:
parent
3c56be7fdd
commit
e8ca617bec
@ -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…
x
Reference in New Issue
Block a user