summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-08 00:51:08 -0800
committerRobert Griesemer <gri@golang.org>2009-11-08 00:51:08 -0800
commitf0c9a5ffeed34141dd3cca044a2479e84b038040 (patch)
treebab9a32dda66c7faae3d394211b11a1e89e76169 /lib
parenta59a1693fe812c4cea803c8fc37c359134280e8b (diff)
downloadgo-f0c9a5ffeed34141dd3cca044a2479e84b038040.tar.gz
TBR
1st step of renaming dirList.html -> dirlist.html (OS X filenames are not capitalization-sensitive) R=rsc http://go/go-review/1024021
Diffstat (limited to 'lib')
-rw-r--r--lib/godoc/dirList.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/godoc/dirList.html b/lib/godoc/dirList.html
deleted file mode 100644
index 03980078f..000000000
--- a/lib/godoc/dirList.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
- 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>