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:
11
util.go
11
util.go
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user