From b91d2339bb80116d49656e6f07e0f8ff440b431e Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 10 Jun 2014 11:19:53 -0700 Subject: [PATCH] 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 --- doc/docs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/docs.html b/doc/docs.html index 212f345a228..edbd89ee460 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