Imports of package memory

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
github.com/emersion/go-messagePackage message implements reading and writing multipurpose messages.
github.com/emersion/go-message/textprotoPackage textproto implements low-level manipulation of MIME messages.
github.com/ncastellani/imapServerPackage imap implements IMAP4rev1 (RFC 3501).
github.com/ncastellani/imapServer/backendPackage backend defines an IMAP server backend interface.
github.com/ncastellani/imapServer/backend/backendutilPackage backendutil provides utility functions to implement IMAP backends.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
timePackage time provides functionality for measuring and displaying time.