summaryrefslogtreecommitdiff
path: root/lib/godoc/dirlist.html
blob: 3c1e3aae01bb3d48db54dbe45d845054bb0d4a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--
	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-esc}{@|dir/}">{Name|html-esc}{@|dir/}</a></td>
	<td></td>
	<td align="right">{Size|html-esc}</td>
	<td></td>
	<td align="left">{Mtime_ns|time}</td>
</tr>
{.end}
</table>
</p>