Enhanced text (#6791)
parent
62b3a2eed5
commit
a8c959493e
1 changed files with 2 additions and 2 deletions
@ -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…
Reference in new issue