diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/docs.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index 212f345a2..edbd89ee4 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -145,6 +145,7 @@ Guided tours of Go programs. <li><a href="/blog/profiling-go-programs">Profiling Go Programs</a></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> |