Imports of dkim-milter command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cryptoPackage crypto collects common cryptographic constants.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/emersion/go-milter
github.com/emersion/go-msgauth/authresPackage authres parses and formats Authentication-Results
github.com/emersion/go-msgauth/dkimPackage dkim creates and verifies DKIM signatures, as specified in RFC 6376.
golang.org/x/crypto/ed25519Package ed25519 implements the Ed25519 signature algorithm.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/mailPackage mail implements parsing of mail messages.
net/textprotoPackage textproto implements generic support for text-based request/response protocols in the style of HTTP, NNTP, and SMTP.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
pathPackage path implements utility routines for manipulating slash-separated paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.