Rename ReadDir to readDir

To make it consistent with the other template funcs.
This commit is contained in:
Bjørn Erik Pedersen
2015-08-07 14:33:48 +02:00
parent 153332706a
commit cea82842f0
2 changed files with 6 additions and 6 deletions

View File

@@ -1369,7 +1369,7 @@ func init() {
"dateFormat": DateFormat,
"getJSON": GetJSON,
"getCSV": GetCSV,
"ReadDir": ReadDir,
"readDir": ReadDir,
"seq": helpers.Seq,
"getenv": func(varName string) string { return os.Getenv(varName) },
}