encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
github.com/go-kit/kit/circuitbreaker | Package circuitbreaker implements the circuit breaker pattern. |
github.com/go-kit/kit/endpoint | Package endpoint defines an abstraction for RPCs. |
github.com/go-kit/kit/examples/shipping/cargo | |
github.com/go-kit/kit/examples/shipping/location | |
github.com/go-kit/kit/examples/shipping/voyage | |
github.com/go-kit/kit/transport/http | Package http provides a general purpose HTTP binding for endpoints. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
time | Package time provides functionality for measuring and displaying time. |