Imports of maclient command

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.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cloudflare/cfssl/transportPackage transport implements functions for facilitating proper TLS-secured communications for clients and servers.
github.com/cloudflare/cfssl/transport/corePackage core contains core definitions for the transport package, the most salient of which is likely the Identity type.
github.com/cloudflare/cfssl/transport/example/exlibPackage exlib contains common library code for the examples.
io/ioutilPackage ioutil implements some I/O utility functions.