lang: funcs: Add a trim space function to the new strings module

This commit is contained in:
James Shubin
2019-02-01 07:00:05 -05:00
parent f5f09d3640
commit b5e29771ab
3 changed files with 60 additions and 0 deletions

View File

@@ -24,5 +24,6 @@ import (
_ "github.com/purpleidea/mgmt/lang/funcs/core/corefmt"
_ "github.com/purpleidea/mgmt/lang/funcs/core/coremath"
_ "github.com/purpleidea/mgmt/lang/funcs/core/coreos"
_ "github.com/purpleidea/mgmt/lang/funcs/core/corestrings"
_ "github.com/purpleidea/mgmt/lang/funcs/core/coresys"
)