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

Delta Between Two Patch Sets: doc/reference-cmd.html

Issue 5728055: code review 5728055: doc: add command docs page, canonicalize reference paths (Closed)
Left Patch Set: diff -r 665a55edc8c4 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/reference.html ('k') | no next file » | 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": "Command Documentation", 2 "Title": "Command Documentation",
3 "Path": "/ref/cmd" 3 "Path": "/ref/cmd"
4 }--> 4 }-->
5 5
6 <p> 6 <p>
7 Click on the links for more documentation and usage messages. 7 Click on the links for more documentation and usage messages.
8 </p> 8 </p>
9 9
10 <table class="dir"> 10 <table class="dir">
11 <tr> 11 <tr>
12 <th>Name</th> 12 <th>Name</th>
13 <th>&nbsp;&nbsp;&nbsp;&nbsp;</th> 13 <th>&nbsp;&nbsp;&nbsp;&nbsp;</th>
14 <th>Synopsis</th> 14 <th>Synopsis</th>
15 </tr> 15 </tr>
16 16
17 <tr> 17 <tr>
18 <td><a href="/cmd/go/">go</a></td> 18 <td><a href="/cmd/go/">go</a></td>
19 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> 19 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
20 <td> 20 <td>
21 Go is a tool for managing Go source code. 21 Go is a tool for managing Go source code.
22 <br> 22 <br>
23 It may be used to invoke the other commands listed below. 23 Besides compiling and running Go programs, the go command is also used to
r 2012/03/05 04:16:48 Besides compiling and running Go programs, the go
adg 2012/03/05 04:30:32 Done.
24 See the command docs for usage details. 24 invoke the other commands listed below. See the command docs for usage
25 details.
25 <br><br> 26 <br><br>
26 </td> 27 </td>
27 </tr> 28 </tr>
28 29
29 <tr> 30 <tr>
30 <td><a href="/cmd/cgo/">cgo</a></td> 31 <td><a href="/cmd/cgo/">cgo</a></td>
31 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> 32 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
32 <td>Cgo enables the creation of Go packages that call C code.</td> 33 <td>Cgo enables the creation of Go packages that call C code.</td>
33 </tr> 34 </tr>
34 35
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> 75 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
75 <td>Yacc is a version of yacc for Go.</td> 76 <td>Yacc is a version of yacc for Go.</td>
76 </tr> 77 </tr>
77 78
78 </table> 79 </table>
79 80
80 <p> 81 <p>
81 This is an abridged list. See the <a href="/cmd/">full command reference</a> 82 This is an abridged list. See the <a href="/cmd/">full command reference</a>
82 for documentation of the compilers and more. 83 for documentation of the compilers and more.
83 </p> 84 </p>
LEFTRIGHT

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