Imports of package simple

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/purpleidea/mgmt/docs/utilPackage util handles metadata for documentation generation.
github.com/purpleidea/mgmt/lang/funcsPackage funcs provides a framework for functions that change over time.
github.com/purpleidea/mgmt/lang/funcs/wrapped
github.com/purpleidea/mgmt/lang/interfacesPackage interfaces contains the common interfaces used in the mcl language.
github.com/purpleidea/mgmt/lang/typesPackage types provides a framework for our mcl language values and types.
github.com/purpleidea/mgmt/lang/unification/utilPackage util contains some utility functions and algorithms which are useful for type unification.
github.com/purpleidea/mgmt/util/errwrapPackage errwrap contains some error helpers.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.