Imports of package agent

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/gobPackage gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver).
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/hashicorp/logutilsPackage logutils augments the standard log package with levels.
github.com/hashicorp/serf/cli
github.com/hashicorp/serf/serf
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/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.
os/execPackage exec runs external commands.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.