summaryrefslogtreecommitdiffstats
path: root/tpl/reflect/reflect.go
AgeCommit message (Collapse)Author
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
Updates #9687
2018-12-07tpl: Add reflect namespaceCameron Moore
Add a reflect namespace that offers a two boolean functions for testing if a value is a map or slice. Fixes #4081