diff options
| author | Rob Pike <r@golang.org> | 2014-06-10 11:19:53 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2014-06-10 11:19:53 -0700 |
| commit | b91d2339bb80116d49656e6f07e0f8ff440b431e (patch) | |
| tree | b6e74f23e8f07210bd383c44d092265f4596c8b0 /doc/docs.html | |
| parent | 761dacee6222ee20720aec0d9ef8da8aa230d36d (diff) | |
| download | go-b91d2339bb80116d49656e6f07e0f8ff440b431e.tar.xz | |
docs: link to the assembler document from the Documents tab
Fixes #8156.
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/108840045
Diffstat (limited to 'doc/docs.html')
| -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 212f345a22..edbd89ee46 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> |
