mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Added suggested changes
This commit is contained in:
parent
56ec0882a4
commit
bc065831ce
@ -408,8 +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
|
Aside from a tour, [the docs](https://golang.org/doc/) contain information on
|
||||||
clean and effective Go code, package and command docs, and release history.
|
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