Imports of package stackless

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/valyala/bytebufferpoolPackage bytebufferpool implements a pool of byte buffers with anti-fragmentation protection.
ioPackage io provides basic interfaces to I/O primitives.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.