LEFT | RIGHT |
(Both sides are equal) |
1 <!--{ | 1 <!--{ |
2 "Title": "Command Documentation", | 2 "Title": "Command Documentation", |
3 "Path": "/doc/cmd" | 3 "Path": "/doc/cmd" |
4 }--> | 4 }--> |
5 | 5 |
6 <p> | 6 <p> |
7 There is a suite of programs to build and process Go source code. | 7 There is a suite of programs to build and process Go source code. |
8 Instead of being run directly, programs in the suite are usually invoked | 8 Instead of being run directly, programs in the suite are usually invoked |
9 by the <a href="/cmd/go/">go</a> program. | 9 by the <a href="/cmd/go/">go</a> program. |
10 </p> | 10 </p> |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 <td> </td> | 100 <td> </td> |
101 <td>Yacc is a version of yacc that generates parsers implemented in Go.</td> | 101 <td>Yacc is a version of yacc that generates parsers implemented in Go.</td> |
102 </tr> | 102 </tr> |
103 | 103 |
104 </table> | 104 </table> |
105 | 105 |
106 <p> | 106 <p> |
107 This is an abridged list. See the <a href="/cmd/">full command reference</a> | 107 This is an abridged list. See the <a href="/cmd/">full command reference</a> |
108 for documentation of the compilers and more. | 108 for documentation of the compilers and more. |
109 </p> | 109 </p> |
LEFT | RIGHT |