1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:41:28 -06:00
go/lib/godoc/dirlist.html
Robert Griesemer c110269579 cleanup style:
- consistently remove all underbars from links
- this removes need for noline style
- removed unused info style

R=r, rsc
http://go/go-review/1025032
2009-11-09 16:19:38 -08:00

30 lines
600 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>
<td width="25">&nbsp;</td>
<th align="right">Bytes</th>
<td width="25">&nbsp;</td>
<th align="left">Modified</th>
</tr>
<tr>
<td><a href="..">..</a></td>
</tr>
{.repeated section @}
<tr>
<td align="left"><a href="{Name|html}">{Name|html}</a></td>
<td></td>
<td align="right">{Size|html}</td>
<td></td>
<td align="left">{Mtime_ns|time}</td>
</tr>
{.end}
</table>
</p>