Imports of package loggers

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/bep/loggpackage logg implements a simple structured logging API.
github.com/bep/logg/handlers/multiPackage multi implements a handler which invokes a number of handlers.
github.com/fatih/colorPackage color is an ANSI color package to output colorized or SGR defined output to the standard output.
github.com/gohugoio/hugo/common/hashingPackage hashing provides common hashing utilities.
github.com/gohugoio/hugo/common/terminalPackage terminal contains helper for the terminal, such as coloring output.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
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.