From 801f88a848ffe6db4a763370de2c3d232f4b76ad Mon Sep 17 00:00:00 2001 From: Divyanshu Shekhar <61140213+divshekhar@users.noreply.github.com> Date: Sun, 10 May 2020 08:39:58 +0530 Subject: [PATCH] Golang tutorial site added. --- Learn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Learn.md b/Learn.md index 48a01e35..63454902 100644 --- a/Learn.md +++ b/Learn.md @@ -10,6 +10,7 @@ In addition to the resources available [at golang.org](http://golang.org/doc/#le * [Pluralsight Classes for Go](http://www.pluralsight.com/tag/golang) - A growing collection of (paid) online classes. * [Ardan Labs Training](https://www.ardanlabs.com/) - Commercial, live instruction for Go programming. * [O'Reilly Go Fundamentals](http://shop.oreilly.com/category/learning-path/go-fundamentals.do) - Video learning path for Go programming. + * [Golang/Go Tutorial](https://divyanshushekhar.com/) Explained Go Code for practical use. * [Go By Example](http://gobyexample.com/) provides a series of annotated code snippets. * [Learn Go in Y minutes](http://learnxinyminutes.com/docs/go/) is a top-to-bottom walk-through of the language. * [Workshop-Go](https://github.com/sendwithus/workshop-go) - Startup Slam Go Workshop - examples and slides.