lang: funcs: core: Move world API functions
Some of the core functions interact with the remote "world" API. Move them all into the same package.
This commit is contained in:
@@ -26,4 +26,5 @@ import (
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/os"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/strings"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/sys"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/world"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user