From bd5f4ccf561e7d96a285f026d46199710f8671a9 Mon Sep 17 00:00:00 2001 From: Dariush Abbasi Date: Wed, 30 Dec 2020 10:33:10 +0330 Subject: [PATCH] add golang tutorial resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20e348f..d80546c 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ Let's Go teaches you step-by-step how to create fast, secure and maintainable we Resources ==== +### [Golang tutorial resources](https://webia.io/topic/golang-learning-resources) ### [A tour of Go](https://tour.golang.org/) ### [Video: Learn Go Syntax in one video](http://www.youtube.com/watch?v=CF9S4QZuV30) ### [Tutorials: Go by Example](https://gobyexample.com/)