From be93426483d56e2bee2cb200480a1db64589aa95 Mon Sep 17 00:00:00 2001 From: tanushree57 <16234964+tanushree57@users.noreply.github.com> Date: Thu, 21 Oct 2021 00:03:32 +0530 Subject: [PATCH] Updated README.md with tutorials Added 2 tutorial sites for Go lang --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e151447..5b5d07ee 100644 --- a/README.md +++ b/README.md @@ -3107,5 +3107,7 @@ _**Unofficial** set of patterns for structuring projects._ * [Working with Go](https://github.com/mkaz/working-with-go) - Intro to go for experienced programmers. * [Your basic Go](https://yourbasic.org/golang) - Huge collection of tutorials and how to's. * [Learning Go by examples](https://dev.to/aurelievache/learning-go-by-examples-introduction-448n) - Serie of article in order to learn Golang language by concrete applications as example +* [Go Tutorial](https://www.tutorialspoint.com/go/index.htm) - Learn Go programming +* [Go Language Tutorial](https://www.javatpoint.com/go-tutorial) - Learn Go language Tutorial **[⬆ back to top](#contents)**