mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-20 09:26:23 -07:00
forget some important characters..
This commit is contained in:
parent
b19c32bed2
commit
10b44bcfd0
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ var funcMap = template.FuncMap{
|
|||
},
|
||||
"lt": func(a int, b int) bool {
|
||||
return a < b
|
||||
},
|
||||
"stringAppend": func(a, b string) string {
|
||||
return a + b
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue