aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/cast/docshelper.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/cast/docshelper.go')
-rw-r--r--tpl/cast/docshelper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/cast/docshelper.go b/tpl/cast/docshelper.go
index 9a5d55b3d..1c7b9c888 100644
--- a/tpl/cast/docshelper.go
+++ b/tpl/cast/docshelper.go
@@ -43,7 +43,7 @@ func init() {
}
- return docshelper.DocProvider{"tpl": map[string]interface{}{"funcs": namespaces}}
+ return docshelper.DocProvider{"tpl": map[string]any{"funcs": namespaces}}
}
docshelper.AddDocProviderFunc(docsProvider)