From 37a84af3d3508c90be0e79e53272904e25a0164e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 11 Jun 2014 16:55:04 -0400 Subject: [PATCH] [release-branch.go1.3] docs: link to the assembler document from the Documents tab MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« 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 --- doc/docs.html | 1 + 1 file changed, 1 insertion(+) 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

    -- 2.50.0