mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
TBR
1st step of renaming dirList.html -> dirlist.html (OS X filenames are not capitalization-sensitive) R=rsc http://go/go-review/1024021
This commit is contained in:
parent
5de21eb1e9
commit
a011480ff3
2 changed files with 1 additions and 24 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue