Updated README.md with tutorials

Added 2 tutorial sites for Go lang
This commit is contained in:
tanushree57 2021-10-21 00:03:32 +05:30 committed by Avelino
parent 0599f71bea
commit be93426483

View File

@ -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)**