summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
diff options
context:
space:
mode:
authorClayton Walker <claytonwalkerucf@knights.ucf.edu>2015-10-07 00:07:00 -0400
committerClayton Walker <claytonwalkerucf@knights.ucf.edu>2015-10-07 00:07:00 -0400
commit56ec0882a4e9c1e13dfbff20b4d15470c130c1f3 (patch)
tree8516d2ee93b1e7c1374da107700fa437d87789b0 /go.html.markdown
parent6a2fe434b837cbc52895511138b86287d738bc46 (diff)
Added more to further reading
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 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.)