diff --git a/Learn.md b/Learn.md index df52d456..b66f04fa 100644 --- a/Learn.md +++ b/Learn.md @@ -1,6 +1,8 @@ In addition to the resources available [at golang.org](http://golang.org/doc/#learning) there are a range of community-driven initiatives: * [Go in 5 Minutes](https://gifm.dev) + * [Golang Tutorial](https://golangblogs.com) + * [Golang Web Development](https://golangblogs.com/category/golang-web-development/) * [The Little Go Book](http://openmymind.net/The-Little-Go-Book/) * [Tutorials Point](https://www.tutorialspoint.com/go/index.htm) * [Exercism.io - Go](http://exercism.io/languages/go) - Online code exercises for Go for practice and mentorship.