1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-12 19:31:57 +02:00

Enhanced text ()

This commit is contained in:
Lucas Dondo 2024-08-27 05:26:55 -03:00 committed by GitHub
parent 62b3a2eed5
commit a8c959493e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)