Revert "Fix some Go code doc issues"

This reverts commit de7dd70bbc.

Broke the code fence feat.
This commit is contained in:
Bjørn Erik Pedersen
2015-08-07 20:09:40 +02:00
parent 0f1fb8c7d8
commit b05a292c21
4 changed files with 12 additions and 11 deletions

View File

@@ -85,7 +85,6 @@ func MakePathToLower(s string) string {
return strings.ToLower(MakePath(s))
}
// MakeTitle trims any space and replaces hypens with a single space.
func MakeTitle(inpath string) string {
return strings.Replace(strings.TrimSpace(inpath), "-", " ", -1)
}