Imports of package fargo

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
code.google.com/p/gcfg
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/clbanning/x2jUnmarshal arbitrary XML docs to map[string]interface{} or JSON and extract values (using wildcards, if necessary).
github.com/franela/goreq
github.com/miekg/dnsPackage dns implements a full featured interface to the Domain Name System.
github.com/mreiferson/go-httpclientProvides an HTTP Transport that implements the `RoundTripper` interface and can be used as a built in replacement for the standard library's, providing:
github.com/op/go-loggingPackage logging implements a logging infrastructure for Go.
io/ioutilPackage ioutil implements some I/O utility functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.