lang: core: Add list and map packages
Put the common functionality for those types in there.
This commit is contained in:
@@ -44,6 +44,8 @@ import (
|
||||
_ "github.com/purpleidea/mgmt/lang/core/example/nested"
|
||||
_ "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/map"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/math"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/net"
|
||||
_ "github.com/purpleidea/mgmt/lang/core/os"
|
||||
|
||||
Reference in New Issue
Block a user