diff --git a/README.md b/README.md index e19a94d7..c5ca0275 100644 --- a/README.md +++ b/README.md @@ -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/)