Skip to content
Snippets Groups Projects
Commit cbb813e7 authored by Tamer Tas's avatar Tamer Tas Committed by GitHub
Browse files

Merge pull request #46 from tbehner/master

Added title string function
parents 6a06a924 9365b9e9
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ var ( ...@@ -79,6 +79,7 @@ var (
"toLower": strings.ToLower, "toLower": strings.ToLower,
"toUpper": strings.ToUpper, "toUpper": strings.ToUpper,
"toTitle": strings.ToTitle, "toTitle": strings.ToTitle,
"title": strings.Title,
"trimSpace": strings.TrimSpace, "trimSpace": strings.TrimSpace,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment