archive/tar | Package tar implements access to tar archives. |
compress/bzip2 | Package bzip2 implements bzip2 decompression. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/appc/spec/aci | Package aci contains various functions for working with App Container Images. |
github.com/appc/spec/discovery | Package discovery contains an experimental implementation of the Image Discovery section of the appc specification. |
github.com/appc/spec/pkg/tarheader | Package tarheader contains a simple abstraction to accurately create tar.Headers on different operating systems. |
github.com/appc/spec/schema | Package schema provides definitions for the JSON schema of the different manifests in the App Container Specification. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
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. |