Imports of package bgrun

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.
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.
zgo.at/errorsPackage errors adds some useful error helpers.
zgo.at/zli
zgo.at/zlogPackage zlog is a logging library.
zgo.at/zstd/zdebugPackage zdebug implements functions useful when debugging programs.
zgo.at/zstd/zsyncPackage zsync adds functions for synchronization.