diff options
Diffstat (limited to 'doc/docs.html')
-rw-r--r-- | doc/docs.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/docs.html b/doc/docs.html index 7aad8dadf..bb2d52dcb 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> @@ -143,7 +146,9 @@ Guided tours of Go programs. <li><a href="/doc/gdb">Debugging Go Code with GDB</a></li> <li><a href="/blog/godoc-documenting-go-code">Godoc: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> <li><a href="/blog/profiling-go-programs">Profiling Go Programs</a></li> -<li><a href="/blog/race-detector">Data Race Detector</a> - testing Go programs for race conditions.</li> +<li><a href="/doc/articles/race_detector.html">Data Race Detector</a> - a manual for the data race detector.</li> +<li><a href="/blog/race-detector">Introducing the Go Race Detector</a> - an introduction to the race detector. +<li><a href="/doc/asm">A Quick Guide to Go's Assembler</a> - an introduction to the assembler used by Go. </ul> <h4 id="articles_more">More</h4> |