mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-21 14:02:02 +02:00
Added links to source and package documentation.
Also reformatted line lengths to accommdate links.
This commit is contained in:
@@ -294,8 +294,9 @@ There you can follow the tutorial, play interactively, and read lots.
|
|||||||
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.)
|
||||||
|
|
||||||
On the reading list for students of Go is the source code to the standard
|
On the reading list for students of Go is the [source code to the standard
|
||||||
library. Comprehensively documented, it demonstrates the best of readable
|
library](http://golang.org/src/pkg/). Comprehensively documented, it
|
||||||
and understandable Go, Go style, and Go idioms. Click on a function name
|
demonstrates the best of readable and understandable Go, Go style, and Go
|
||||||
in the documentation and the source code comes up!
|
idioms. Or you can click on a function name in [the
|
||||||
|
documentation](http://golang.org/pkg/) and the source code comes up!
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user