Imports of actool command

PathSynopsis
archive/tarPackage tar implements access to tar archives.
compress/bzip2Package bzip2 implements bzip2 decompression.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/appc/spec/aciPackage aci contains various functions for working with App Container Images.
github.com/appc/spec/discoveryPackage discovery contains an experimental implementation of the Image Discovery section of the appc specification.
github.com/appc/spec/pkg/tarheaderPackage tarheader contains a simple abstraction to accurately create tar.Headers on different operating systems.
github.com/appc/spec/schemaPackage schema provides definitions for the JSON schema of the different manifests in the App Container Specification.
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.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
text/templatePackage template implements data-driven templates for generating textual output.