From 93615fc494daed9a0b191acb28a54b6ae82d5cca Mon Sep 17 00:00:00 2001 From: Divyanshu Shekhar <61140213+divshekhar@users.noreply.github.com> Date: Thu, 16 Jul 2020 14:40:51 +0530 Subject: [PATCH] Golang tutorial site added. --- Learn.md | 2 ++ 1 file changed, 2 insertions(+) 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.