fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/continuity | |
github.com/containerd/continuity/proto | |
github.com/dustin/go-humanize | Package humanize converts boring ugly numbers to human-friendly strings and back. |
github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |