Imports of maserver command

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
github.com/cloudflare/cfssl/logPackage log implements a wrapper around the Go standard library's logging package.
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.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.