Add new tutorial: Go in 7 days (#4546)

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
This commit is contained in:
Nguyễn Duy Cương (Harry Tran) 2022-10-16 21:12:13 +07:00 committed by GitHub
parent 704e16e712
commit c97326743b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3423,6 +3423,7 @@ _Where to discover new Go libraries._
- [Go By Example](https://gobyexample.com/) - Hands-on introduction to Go using annotated example programs.
- [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) - Go's reference card.
- [Go database/sql tutorial](http://go-database-sql.org/) - Introduction to database/sql.
- [Go in 7 days](https://github.com/harrytran103/7_days_of_go) - Learn everything about Go in 7 days (from a Nodejs developer).
- [Go Language Tutorial](https://www.javatpoint.com/go-tutorial) - Learn Go language Tutorial.
- [Go Tutorial](https://www.tutorialspoint.com/go/index.htm) - Learn Go programming.
- [Go WebAssembly Tutorial - Building a Simple Calculator](https://tutorialedge.net/golang/go-webassembly-tutorial/)