summaryrefslogtreecommitdiff
path: root/funcs/path.go
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/path.go')
-rw-r--r--funcs/path.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/funcs/path.go b/funcs/path.go
index 556eb7e6..871e27a3 100644
--- a/funcs/path.go
+++ b/funcs/path.go
@@ -8,13 +8,15 @@ import (
)
// PathNS - the Path namespace
+//
// Deprecated: don't use
func PathNS() *PathFuncs {
return &PathFuncs{}
}
// AddPathFuncs -
-// Deprecated: use CreatePathFuncs instead
+//
+// Deprecated: use [CreatePathFuncs] instead
func AddPathFuncs(f map[string]interface{}) {
for k, v := range CreatePathFuncs(context.Background()) {
f[k] = v