go/lib/godoc/listing.html
2009-11-07 21:12:46 -08:00

24 lines
492 B
HTML

<!--
Copyright 2009 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<p>
<table class="layout">
<tr>
<th align="left">File</th>
<th width="100" align="right">Size</th>
</tr>
<tr>
<td><a href=".." class="noline">..</a></td>
</tr>
{.repeated section @}
<tr>
<td align="left"><a href="{Name|html}" class="noline">{Name|html}</a></td>
<td align="right">{Size|html}</td>
</tr>
{.end}
</table>
</p>