diff options
| author | Robert Griesemer <gri@golang.org> | 2009-11-08 00:49:56 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-11-08 00:49:56 -0800 |
| commit | a3ecf8e134e98c1e79c8e850dbf1fb2f917ce08f (patch) | |
| tree | d83f08f7a66f861f6de5bbeb9039f7b56d9b546a | |
| parent | a1de22f58cda5b53b2ab968f293b1d66b6bb57eb (diff) | |
| download | golang-a3ecf8e134e98c1e79c8e850dbf1fb2f917ce08f.tar.gz | |
TBR
step 2: adding renamed dirlist.html again
R=rsc
http://go/go-review/1024022
| -rw-r--r-- | lib/godoc/dirlist.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/godoc/dirlist.html b/lib/godoc/dirlist.html new file mode 100644 index 000000000..03980078f --- /dev/null +++ b/lib/godoc/dirlist.html @@ -0,0 +1,23 @@ +<!-- + 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> |
