Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1406)

Delta Between Two Patch Sets: doc/reference.html

Issue 5728055: code review 5728055: doc: add command docs page, canonicalize reference paths (Closed)
Left Patch Set: diff -r cfe083cbdb66 https://code.google.com/p/go Created 12 years ago
Right Patch Set: diff -r 54200b94f009 https://code.google.com/p/go Created 12 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « doc/go_spec.html ('k') | doc/reference-cmd.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!--{ 1 <!--{
2 "Title": "References", 2 "Title": "References",
3 "Path": "/ref/" 3 "Path": "/ref/"
4 }--> 4 }-->
5 5
6 <img src="/doc/gopher/ref.png" align="right"/> 6 <img src="/doc/gopher/ref.png" align="right"/>
7 7
8 <p>Good bedroom reading.</p> 8 <p>Good bedtime reading.</p>
Kyle E. Lemons 2012/03/03 23:14:44 bedtime?
adg 2012/03/03 23:19:29 Done.
9 9
10 <div> 10 <div>
11 11
12 <h3 id="pkg"><a href="/pkg/">Package Documentation</a></h3> 12 <h3 id="pkg"><a href="/pkg/">Package Documentation</a></h3>
13 <p> 13 <p>
14 The documentation for the Go standard library. 14 The documentation for the Go standard library.
15 </p> 15 </p>
16 16
17 <h3 id="cmd"><a href="/ref/cmd">Command Documentation</a></h3> 17 <h3 id="cmd"><a href="/ref/cmd">Command Documentation</a></h3>
18 <p> 18 <p>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <li><a href="/doc/articles/slices_usage_and_internals.html">Go Slices: usage and internals</a></li> 50 <li><a href="/doc/articles/slices_usage_and_internals.html">Go Slices: usage and internals</a></li>
51 <li><a href="http://blog.golang.org/2011/03/godoc-documenting-go-code.html">Godo c: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/ ">godoc</a>.</li> 51 <li><a href="http://blog.golang.org/2011/03/godoc-documenting-go-code.html">Godo c: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/ ">godoc</a>.</li>
52 <li><a href="http://blog.golang.org/2011/06/profiling-go-programs.html">Profilin g Go Programs</a></li> 52 <li><a href="http://blog.golang.org/2011/06/profiling-go-programs.html">Profilin g Go Programs</a></li>
53 </ul> 53 </ul>
54 54
55 <p> 55 <p>
56 See the <a href=/doc/#articles">documentation page</a> for more articles. 56 See the <a href=/doc/#articles">documentation page</a> for more articles.
57 </p> 57 </p>
58 58
59 </div> 59 </div>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b