Imports of package filesystem

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/docker/distribution/registry/storage/driver
github.com/docker/distribution/registry/storage/driver/basePackage base provides a base implementation of the storage driver that can be used to implement common checks.
github.com/docker/distribution/registry/storage/driver/factory
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
timePackage time provides functionality for measuring and displaying time.