Imports of package setup

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
flagPackage flag implements command-line flag parsing.
github.com/google/certificate-transparency-go/x509Package x509 parses X.509-encoded keys and certificates.
io/ioutilPackage ioutil implements some I/O utility functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
osPackage os provides a platform-independent interface to operating system functionality.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.