summaryrefslogtreecommitdiff
path: root/lib/godoc/dirlist.html
blob: 7962885625c1d4dd9d42e7d44cff10f7d0932f8b (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=".." class="noline">..</a></td>
</tr>
{.repeated section @}
<tr>
	<td align="left"><a href="{Name|html}" class="noline">{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>