summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--go.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.html.markdown b/go.html.markdown
index 61ba9c42..f9821a0c 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -408,6 +408,8 @@ func requestServer() {
The root of all things Go is the [official Go web site](http://golang.org/).
There you can follow the tutorial, play interactively, and read lots.
+Aside from a tour, [the docs](https://golang.org/doc/) contain how to write
+clean and effective Go code, package and command docs, and release history.
The language definition itself is highly recommended. It's easy to read
and amazingly short (as language definitions go these days.)