1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 06:20:14 +02:00

Enhanced text (#6791)

This commit is contained in:
Lucas Dondo
2024-08-27 05:26:55 -03:00
committed by GitHub
parent 62b3a2eed5
commit a8c959493e

View File

@@ -1,9 +1,9 @@
# 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
Learn about the basic syntax of Go, such as how the Go programs are executed, package imports, main function, and so on.
Visit the following resources to learn more:
- [@official@Go Tutorial: Getting started](https://go.dev/doc/tutorial/getting-started)
- [@article@Go by Example: Hello World](https://gobyexample.com/hello-world)
- [@article@W3schools : Go Syntax](https://www.w3schools.com/go/go_syntax.php)
- [@article@W3schools: Go Syntax](https://www.w3schools.com/go/go_syntax.php)