Imports of package txn

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/purpleidea/mgmt/lang/funcs/refPackage ref implements reference counting for the graph API and function engine.
github.com/purpleidea/mgmt/lang/interfacesPackage interfaces contains the common interfaces used in the mcl language.
github.com/purpleidea/mgmt/pgraphPackage pgraph represents the internal "pointer graph" that we use.
sortPackage sort provides primitives for sorting slices and user-defined collections.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.