context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/purpleidea/mgmt/lang/interfaces | Package interfaces contains the common interfaces used in the mcl language. |
github.com/purpleidea/mgmt/lang/types | Package types provides a framework for our mcl language values and types. |
github.com/purpleidea/mgmt/lang/unification | Package unification contains the code related to type unification for the mcl language. |
github.com/purpleidea/mgmt/lang/unification/util | Package util contains some utility functions and algorithms which are useful for type unification. |
github.com/purpleidea/mgmt/util/errwrap | Package errwrap contains some error helpers. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |