Imports of package formatter

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/cli/cli/command/formatter/tabwriter
github.com/docker/cli/templates
github.com/docker/distribution/referencePackage reference is deprecated, and has moved to github.com/distribution/reference.
github.com/docker/docker/api/types
github.com/docker/docker/api/types/volume
github.com/docker/docker/pkg/stringidPackage stringid provides helper functions for dealing with string identifiers
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/text/widthPackage width provides functionality for handling different widths in text.
ioPackage io provides basic interfaces to I/O primitives.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/templatePackage template implements data-driven templates for generating textual output.
timePackage time provides functionality for measuring and displaying time.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.