mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Added more to further reading
This commit is contained in:
parent
6a2fe434b8
commit
56ec0882a4
@ -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.)
|
||||||
|
Loading…
Reference in New Issue
Block a user