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

Side by Side Diff: lib/godoc/godoc.html

Issue 170042: code review 170042: doc: split contribute.html into code.html and contribut... (Closed)
Patch Set: code review 170042: doc: split contribute.html into code.html and contribut... Created 15 years, 3 months 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:
View unified diff | Download patch
« no previous file with comments | « doc/contribute.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/transitional.dtd"> 2 "http://www.w3.org/TR/html4/transitional.dtd">
3 <html> 3 <html>
4 <head> 4 <head>
5 5
6 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 6 <meta http-equiv="content-type" content="text/html; charset=utf-8">
7 <title>{Title|html}</title> 7 <title>{Title|html}</title>
8 8
9 <link rel="stylesheet" type="text/css" href="/doc/style.css"> 9 <link rel="stylesheet" type="text/css" href="/doc/style.css">
10 <script type="text/javascript" src="/doc/godocs.js"></script> 10 <script type="text/javascript" src="/doc/godocs.js"></script>
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 <li><a href="/doc/go_faq.html">FAQ</a></li> 84 <li><a href="/doc/go_faq.html">FAQ</a></li>
85 <li><a href="/doc/go_lang_faq.html">Language Design FAQ</a></li> 85 <li><a href="/doc/go_lang_faq.html">Language Design FAQ</a></li>
86 <li><a href="http://www.youtube.com/watch?v=rKnDgT73v8s">Tech talk (1 hour)< /a> (<a href="/doc/go_talk-20091030.pdf">PDF</a>)</li> 86 <li><a href="http://www.youtube.com/watch?v=rKnDgT73v8s">Tech talk (1 hour)< /a> (<a href="/doc/go_talk-20091030.pdf">PDF</a>)</li>
87 <li><a href="/doc/go_spec.html">Language Specification</a></li> 87 <li><a href="/doc/go_spec.html">Language Specification</a></li>
88 <li><a href="/doc/go_mem.html">Memory Model</a></li> 88 <li><a href="/doc/go_mem.html">Memory Model</a></li>
89 <li><a href="/doc/go_for_cpp_programmers.html">Go for C++ Programmers</a></l i> 89 <li><a href="/doc/go_for_cpp_programmers.html">Go for C++ Programmers</a></l i>
90 90
91 <li class="blank">&nbsp;</li> 91 <li class="blank">&nbsp;</li>
92 <li class="navhead">How To</li> 92 <li class="navhead">How To</li>
93 <li><a href="/doc/install.html">Install Go</a></li> 93 <li><a href="/doc/install.html">Install Go</a></li>
94 <li><a href="/doc/code.html">Write code</a></li>
94 <li><a href="/doc/contribute.html">Contribute code</a></li> 95 <li><a href="/doc/contribute.html">Contribute code</a></li>
95 96
96 <li class="blank">&nbsp;</li> 97 <li class="blank">&nbsp;</li>
97 <li class="navhead">Programming</li> 98 <li class="navhead">Programming</li>
98 <li><a href="/cmd">Command documentation</a></li> 99 <li><a href="/cmd">Command documentation</a></li>
99 <li><a href="/pkg">Package documentation</a></li> 100 <li><a href="/pkg">Package documentation</a></li>
100 <li><a href="/src">Source files</a></li> 101 <li><a href="/src">Source files</a></li>
101 102
102 <li class="blank">&nbsp;</li> 103 <li class="blank">&nbsp;</li>
103 <li class="navhead">Help</li> 104 <li class="navhead">Help</li>
(...skipping 26 matching lines...) Expand all
130 </div> 131 </div>
131 132
132 <div id="footer"> 133 <div id="footer">
133 <p>Except as noted, this content is 134 <p>Except as noted, this content is
134 licensed under <a href="http://creativecommons.org/licenses/by/3.0/"> 135 licensed under <a href="http://creativecommons.org/licenses/by/3.0/">
135 Creative Commons Attribution 3.0</a>. 136 Creative Commons Attribution 3.0</a>.
136 </div> 137 </div>
137 138
138 </body> 139 </body>
139 </html> 140 </html>
OLDNEW
« no previous file with comments | « doc/contribute.html ('k') | no next file » | no next file with comments »

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