Imports of cmd command

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
net/rpcPackage rpc provides access to the exported methods of an object across a network or other I/O connection.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.