diff options
| author | Andrew Gerrand <adg@golang.org> | 2014-06-12 13:31:13 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2014-06-12 13:31:13 +1000 |
| commit | d131ffefadd283cfcb98d49949b8b82a8c77c378 (patch) | |
| tree | 459544e34b27f34a233c0facce650490e710580c /doc/docs.html | |
| parent | 09576bc695e42b19b31d9abf0205524b1a7f7278 (diff) | |
| download | go-d131ffefadd283cfcb98d49949b8b82a8c77c378.tar.xz | |
doc: link to release history from /doc/
Fixes #8168.
TBR=bradfitz
R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/107950043
Diffstat (limited to 'doc/docs.html')
| -rw-r--r-- | doc/docs.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index edbd89ee46..bb2d52dcba 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -97,6 +97,9 @@ one goroutine can be guaranteed to observe values produced by writes to the same variable in a different goroutine. </p> +<h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3> +<p>A summary of the changes between Go releases.</p> + <h2 id="articles">Articles</h2> |
