summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
diff options
context:
space:
mode:
authorJean-Christophe Bohin <jc@bohin.net>2014-08-05 09:03:21 +0200
committerJean-Christophe Bohin <jc@bohin.net>2014-08-05 09:03:21 +0200
commit2ffd79293239dd5c0a85a18500e83f362991e062 (patch)
treea2962f8fa125f23b3a44b207af9005c49791042f /go.html.markdown
parent4541a0f450cb3ee29b4c11c727b1dc17e3f436ca (diff)
Adding Go playground link with code - fixes #318
Just removed networking code, since Go playground's sandbox prevent it to work.
Diffstat (limited to 'go.html.markdown')
-rw-r--r--go.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.html.markdown b/go.html.markdown
index a1be08af..88c98c21 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -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