Added more to further reading

This commit is contained in:
Clayton Walker 2015-10-07 00:07:00 -04:00
parent 6a2fe434b8
commit 56ec0882a4

View File

@ -408,6 +408,8 @@ func requestServer() {
The root of all things Go is the [official Go web site](http://golang.org/). 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. 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 The language definition itself is highly recommended. It's easy to read
and amazingly short (as language definitions go these days.) and amazingly short (as language definitions go these days.)