summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJean-Christophe Bohin <jc@bohin.net>2014-08-07 22:31:20 +0200
committerJean-Christophe Bohin <jc@bohin.net>2014-08-07 22:31:20 +0200
commita4b4a7927f958370ff706919fefa653d98a1f1ce (patch)
tree2a1e49dbd631fc998bcc27f64858894b0d0802ac
parent2ffd79293239dd5c0a85a18500e83f362991e062 (diff)
Adding a direct link to play.golang.org
-rw-r--r--go.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.html.markdown b/go.html.markdown
index 88c98c21..088d4fe6 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -378,7 +378,7 @@ 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!
+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! Note that you can use [https://play.golang.org](https://play.golang.org) as a [REPL](https://en.wikipedia.org/wiki/Read-eval-print_loop) to test things and code in your browser, without even installing Go.
On the reading list for students of Go is the [source code to the standard
library](http://golang.org/src/pkg/). Comprehensively documented, it