projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eabe8e1
)
Add inline doc for Apply
author
bep
<bjorn.erik.pedersen@gmail.com>
Tue, 20 Jan 2015 12:31:02 +0000
(13:31 +0100)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Tue, 20 Jan 2015 12:31:02 +0000
(13:31 +0100)
tpl/template.go
patch
|
blob
|
history
diff --git
a/tpl/template.go
b/tpl/template.go
index 84a3fd146278e593c1813ffb6643be2d8d5a0514..97b2e5bbb3633b398ae6fda668e2c868f3cf1af8 100644
(file)
--- a/
tpl/template.go
+++ b/
tpl/template.go
@@
-544,6
+544,7
@@
func Where(seq, key interface{}, args ...interface{}) (r interface{}, err error)
}
}
+// Apply, given a map, array, or slice, returns a new slice with the function fname applied over it.
func Apply(seq interface{}, fname string, args ...interface{}) (interface{}, error) {
if seq == nil {
return make([]interface{}, 0), nil