lang: core: local: Add a new vardir function
This gives us a function to return a created vardir folder. It is not locally namespaced, and a future function will have to namespace one to each scope.
This commit is contained in:
@@ -45,6 +45,7 @@ import (
|
||||
_ "github.com/purpleidea/mgmt/lang/core/fmt"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/iter"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/list"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/local"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/map"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/math"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/net"
|
||||
|
||||
Reference in New Issue
Block a user