From: Russ Cox Date: Wed, 11 Jun 2014 20:55:04 +0000 (-0400) Subject: [release-branch.go1.3] docs: link to the assembler document from the Documents tab X-Git-Tag: go1.3rc2~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=37a84af3d3508c90be0e79e53272904e25a0164e;p=gostls13.git [release-branch.go1.3] docs: link to the assembler document from the Documents tab ««« CL 108840045 / 087e446f2c41 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 »»» LGTM=r R=golang-codereviews, r CC=bradfitz, golang-codereviews, iant https://golang.org/cl/101170045 --- 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.
  • Profiling Go Programs
  • Data Race Detector - a manual for the data race detector.
  • Introducing the Go Race Detector - an introduction to the race detector. +
  • A Quick Guide to Go's Assembler - an introduction to the assembler used by Go.

    More