Imports of package commands

PathSynopsis
bazil.org/fusePackage fuse enables writing FUSE file systems on Linux and FreeBSD.
bazil.org/fuse/fs
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/continuity
github.com/containerd/continuity/continuityfs
github.com/containerd/continuity/driver
github.com/containerd/continuity/proto
github.com/dustin/go-humanizePackage humanize converts boring ugly numbers to human-friendly strings and back.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
syscallPackage syscall contains an interface to the low-level operating system primitives.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
timePackage time provides functionality for measuring and displaying time.