Imports of package logger

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gobuffalo/envypackage envy makes working with ENV variables in Go trivial.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
golang.org/x/crypto/ssh/terminalPackage terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
ioPackage io provides basic interfaces to I/O primitives.
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.