bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/docker/api | |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/docker/pkg/stringutils | |
github.com/docker/docker/reference | |
github.com/docker/docker/utils/templates | |
github.com/docker/engine-api/types | Package types is used for API stability in the types and response to the consumers of the API stats endpoint. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
io | Package io provides basic interfaces to I/O primitives. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
text/template | Package template implements data-driven templates for generating textual output. |
time | Package time provides functionality for measuring and displaying time. |