lang: funcs: Add macfmt function

This commit is contained in:
Francois Rompre-Lanctot
2020-05-12 00:07:14 -04:00
parent a5152b82e9
commit 36d30bc985
4 changed files with 131 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ import (
_ "github.com/purpleidea/mgmt/lang/funcs/core/example/nested"
_ "github.com/purpleidea/mgmt/lang/funcs/core/fmt"
_ "github.com/purpleidea/mgmt/lang/funcs/core/math"
_ "github.com/purpleidea/mgmt/lang/funcs/core/net"
_ "github.com/purpleidea/mgmt/lang/funcs/core/os"
_ "github.com/purpleidea/mgmt/lang/funcs/core/regexp"
_ "github.com/purpleidea/mgmt/lang/funcs/core/strings"