summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-09-08 21:45:21 -0700
committerAdam Bard <github@adambard.com>2013-09-08 21:45:21 -0700
commit6e1c0b7b7c5bac8323f82de1e673ac863185a681 (patch)
tree790da3b0984e80da767347efc0a3da2de2ddac4a
parentaba13c39e92c5e3e8c9d491b049202ac0a33a68d (diff)
parentfebe5f499465edfed92aeea5e9349a660b8d5f7d (diff)
Merge pull request #319 from MattyDub/master
Added links to source and package documentation for go.html.markdown
-rw-r--r--go.html.markdown9
1 files changed, 5 insertions, 4 deletions
diff --git a/go.html.markdown b/go.html.markdown
index 3a3800dd..eec03845 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -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
and amazingly short (as language definitions go these days.)
-On the reading list for students of Go is the source code to the standard
-library. Comprehensively documented, it demonstrates the best of readable
-and understandable Go, Go style, and Go idioms. Click on a function name
-in the documentation and the source code comes up!
+On the reading list for students of Go is the [source code to the standard
+library](http://golang.org/src/pkg/). Comprehensively documented, it
+demonstrates the best of readable and understandable Go, Go style, and Go
+idioms. Or you can click on a function name in [the
+documentation](http://golang.org/pkg/) and the source code comes up!