Imports of package tracking

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/go-kit/kit/examples/shipping/cargo
github.com/go-kit/kit/logPackage log provides a structured logger.
github.com/go-kit/kit/metricsPackage metrics provides a framework for application instrumentation.
github.com/go-kit/kit/transportPackage transport contains helpers applicable to all supported transports.
github.com/go-kit/kit/transport/httpPackage http provides a general purpose HTTP binding for endpoints.
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
net/httpPackage http provides HTTP client and server implementations.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.