Imports of package dage

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/enginePackage engine represents the implementation of the resource engine that runs the graph of resources in real-time.
github.com/purpleidea/mgmt/engine/localPackage local contains functions and interfaces that are shared between functions and resources.
github.com/purpleidea/mgmt/lang/funcs/refPackage ref implements reference counting for the graph API and function engine.
github.com/purpleidea/mgmt/lang/funcs/structs
github.com/purpleidea/mgmt/lang/funcs/txnPackage txn contains the implementation of the graph transaction system.
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/pgraphPackage pgraph represents the internal "pointer graph" that we use.
github.com/purpleidea/mgmt/util/errwrapPackage errwrap contains some error helpers.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.