From e26790dc05e5a6e7869cde00fd7ec765c7cb3773 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Sun, 6 Jul 2014 09:20:55 -0700 Subject: [PATCH] add tutorials section to resources --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 52ce6fd4..c71810ae 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,15 @@ Where to discover new Go libraries. * [Trending Go repositories on GitHub today](https://github.com/trending?l=go) - Good place to find new Go libraries. * [Flipboard - Go Magazine](https://flipboard.com/section/the-golang-magazine-bVP7nS) - A collection of Go articles and tutorials. +### Tutorials + +* [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go +* [An Introduction to Programming in Go](http://www.golang-book.com/) - A + beginner's introduction to programming which uses the Go language +* [Working with Go](https://github.com/mkaz/working-with-go) - An intro to go for experienced programmers +* [Go By Example](https://gobyexample.com/) - A hands-on introduction to Go using annotated example programs + + ## Twitter * [@golang_news](https://twitter.com/golang_news)