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

Side by Side Diff: godoc/static/package.html

Issue 13356047: code review 13356047: go.tools/godoc: some content re-organization (Closed)
Patch Set: diff -r beeebf8de27f https://code.google.com/p/go.tools Created 10 years, 6 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 | « godoc/static/godoc.html ('k') | godoc/static/static.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2009 The Go Authors. All rights reserved. 2 Copyright 2009 The Go Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style 3 Use of this source code is governed by a BSD-style
4 license that can be found in the LICENSE file. 4 license that can be found in the LICENSE file.
5 --> 5 -->
6 <!-- 6 <!--
7 Note: Static (i.e., not template-generated) href and id 7 Note: Static (i.e., not template-generated) href and id
8 attributes start with "pkg-" to make it impossible for 8 attributes start with "pkg-" to make it impossible for
9 them to conflict with generated attributes (some of which 9 them to conflict with generated attributes (some of which
10 correspond to Go identifiers). 10 correspond to Go identifiers).
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 {{else}} 214 {{else}}
215 <tr> 215 <tr>
216 <td class="name">{{repeat `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;` .Depth}}<a href="{{html .Path}}/">{{html .Name}}</a></td> 216 <td class="name">{{repeat `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;` .Depth}}<a href="{{html .Path}}/">{{html .Name}}</a></td>
217 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> 217 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
218 <td style="width: auto">{{html .Synopsis}}</td> 218 <td style="width: auto">{{html .Synopsis}}</td>
219 </tr> 219 </tr>
220 {{end}} 220 {{end}}
221 {{end}} 221 {{end}}
222 </table> 222 </table>
223 {{if $.PDoc}}{{else}} 223 {{if $.PDoc}}{{else}}
224 » <p>Need more packages? Take a look at the <a href="http://code.google.co m/p/go-wiki/wiki/Projects">Go Projects wiki page</a>.</p> 224 » <p>Need more packages? Check out the <a href="/wiki/SubRepositories">sub -repositories</a> and <a href="/wiki/Projects">other Go projects</a>.</p>
225 {{end}} 225 {{end}}
226 {{end}} 226 {{end}}
OLDNEW
« no previous file with comments | « godoc/static/godoc.html ('k') | godoc/static/static.go » ('j') | no next file with comments »

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