From a011480ff337efcc82c3be1dd05acced49889efc Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Sun, 8 Nov 2009 00:51:08 -0800 Subject: [PATCH] TBR 1st step of renaming dirList.html -> dirlist.html (OS X filenames are not capitalization-sensitive) R=rsc http://go/go-review/1024021 --- lib/godoc/dirList.html | 23 ----------------------- src/cmd/godoc/godoc.go | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 lib/godoc/dirList.html diff --git a/lib/godoc/dirList.html b/lib/godoc/dirList.html deleted file mode 100644 index 03980078fb..0000000000 --- a/lib/godoc/dirList.html +++ /dev/null @@ -1,23 +0,0 @@ - - -

- - - - - - - - -{.repeated section @} - - - - -{.end} -
FileSize
..
{Name|html}{Size|html}
-

diff --git a/src/cmd/godoc/godoc.go b/src/cmd/godoc/godoc.go index 16a4982cf4..cecc2d8c3a 100644 --- a/src/cmd/godoc/godoc.go +++ b/src/cmd/godoc/godoc.go @@ -566,7 +566,7 @@ var ( func readTemplates() { // have to delay until after flags processing, // so that main has chdir'ed to goroot. - dirListHtml = readTemplate("dirList.html"); + dirListHtml = readTemplate("dirlist.html"); dirsHtml = readTemplate("dirs.html"); godocHtml = readTemplate("godoc.html"); packageHtml = readTemplate("package.html");