summaryrefslogtreecommitdiffstats
path: root/tpl/reflect/init.go
AgeCommit message (Collapse)Author
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
Updates #9687
2021-08-01Fix error handling for the time func aliasBjørn Erik Pedersen
Fixes #8835
2019-04-27tpl: Fix hugo package name and add godocsCameron Moore
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