Imports of package librato

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/rcrowley/go-metricsGo port of Coda Hale's Metrics library
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
net/httpPackage http provides HTTP client and server implementations.
regexpPackage regexp implements regular expression search.
timePackage time provides functionality for measuring and displaying time.