diff options
author | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
---|---|---|
committer | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
commit | f154da9e12608589e8d5f0508f908a0c3e88a1bb (patch) | |
tree | f8255d51e10c6f1e0ed69702200b966c9556a431 /doc/docs.html | |
parent | 8d8329ed5dfb9622c82a9fbec6fd99a580f9c9f6 (diff) | |
download | golang-upstream/1.4.tar.gz |
Imported Upstream version 1.4upstream/1.4
Diffstat (limited to 'doc/docs.html')
-rw-r--r-- | doc/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs.html b/doc/docs.html index 642f36dd4..7eb3a3ad2 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -147,8 +147,8 @@ Guided tours of Go programs. <li><a href="/blog/godoc-documenting-go-code">Godoc: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> <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. +<li><a href="/blog/race-detector">Introducing the Go Race Detector</a> - an introduction to the race detector.</li> +<li><a href="/doc/asm">A Quick Guide to Go's Assembler</a> - an introduction to the assembler used by Go.</li> </ul> <h4 id="articles_more">More</h4> |