1
0
mirror of https://github.com/golang/go synced 2024-09-29 02:14:29 -06:00
go/lib/godoc/dirlist.html
Robert Griesemer 8930ce2dc1 godoc: implement http.FileSystem for zip files
R=rsc, adg, bradfitz
CC=golang-dev
https://golang.org/cl/4750047
2011-07-19 08:22:20 -07:00

30 lines
616 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="{@|fileInfoName}">{@|fileInfoName}</a></td>
<td></td>
<td align="right">{@|fileInfoSize}</td>
<td></td>
<td align="left">{@|fileInfoTime}</td>
</tr>
{.end}
</table>
</p>