1
0
mirror of https://github.com/beego/bee.git synced 2025-07-04 21:50:18 +00:00

Added a few tweaks to the folder structure in the long description

This commit is contained in:
Faissal Elamraoui
2016-12-03 16:06:46 +01:00
parent e927a9193d
commit 73aa44e1a7
4 changed files with 37 additions and 36 deletions

11
util.go
View File

@ -287,11 +287,12 @@ func __LINE__() int {
// BeeFuncMap returns a FuncMap of functions used in different templates.
func BeeFuncMap() template.FuncMap {
return template.FuncMap{
"trim": strings.TrimSpace,
"bold": bold,
"headline": MagentaBold,
"endline": EndLine,
"tmpltostr": TmplToString,
"trim": strings.TrimSpace,
"bold": bold,
"headline": MagentaBold,
"foldername": RedBold,
"endline": EndLine,
"tmpltostr": TmplToString,
}
}