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.