Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Jan 6, 2022
1 parent 84bd374 commit 9b32b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/templates/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ var funcMap = template.FuncMap{
"reverse": Helper_reverse,
"listelem": Helper_listelem,

// maybe make these work like the Go version, but more consistently
// probably need to reflect
// "eq": Helper_eq,
"ne": Helper_ne,
"or": Helper_or,
"and": Helper_and,
Expand Down

0 comments on commit 9b32b1c

Please sign in to comment.