Enhanced text (#6791)

pull/6824/head
Lucas Dondo 2 months ago committed by GitHub
parent 62b3a2eed5
commit a8c959493e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/golang/content/100-go-basics/100-basic-syntax.md

@ -1,9 +1,9 @@
# 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 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: Visit the following resources to learn more:
- [@official@Go Tutorial: Getting started](https://go.dev/doc/tutorial/getting-started) - [@official@Go Tutorial: Getting started](https://go.dev/doc/tutorial/getting-started)
- [@article@Go by Example: Hello World](https://gobyexample.com/hello-world) - [@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)

Loading…
Cancel
Save