LGTM On Tue, Jun 10, 2014 at 10:45 AM, <r@golang.org> wrote: > Reviewers: golang-codereviews, > ...
10 years, 9 months ago
(2014-06-10 17:57:36 UTC)
#2
LGTM
On Tue, Jun 10, 2014 at 10:45 AM, <r@golang.org> wrote:
> Reviewers: golang-codereviews,
>
> Message:
> Hello golang-codereviews@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go
>
>
> Description:
> docs: link to the assembler document from the Documents tab
>
> Fixes issue 8156.
>
> Please review this at https://codereview.appspot.com/108840045/
>
> Affected files (+1, -0 lines):
> M doc/docs.html
>
>
> Index: doc/docs.html
> ===================================================================
> --- a/doc/docs.html
> +++ b/doc/docs.html
> @@ -145,6 +145,7 @@
> <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>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
Issue 108840045: code review 108840045: docs: link to the assembler document from the Documents tab
(Closed)
Created 10 years, 9 months ago by r
Modified 10 years, 9 months ago
Reviewers:
Base URL:
Comments: 0