Adding Go playground link with code - fixes #318

Just removed networking code, since Go playground's sandbox prevent it to work.
This commit is contained in:
Jean-Christophe Bohin 2014-08-05 09:03:21 +02:00
parent 4541a0f450
commit 2ffd792932

View File

@ -378,6 +378,8 @@ There you can follow the tutorial, play interactively, and read lots.
The language definition itself is highly recommended. It's easy to read
and amazingly short (as language definitions go these days.)
You can play around with the code on [Go playground](https://play.golang.org/p/tnWMjr16Mm). Try to change it and run it from your browser!
On the reading list for students of Go is the [source code to the standard
library](http://golang.org/src/pkg/). Comprehensively documented, it
demonstrates the best of readable and understandable Go, Go style, and Go