lang: core: Add list and map packages

Put the common functionality for those types in there.
This commit is contained in:
James Shubin
2024-08-18 18:28:26 -04:00
parent 211121cdca
commit 654e376be7
5 changed files with 677 additions and 0 deletions

View File

@@ -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"