bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-kit/kit/endpoint | Package endpoint defines an abstraction for RPCs. |
github.com/go-kit/kit/examples/addsvc/pkg/addendpoint | |
github.com/go-kit/kit/examples/addsvc/pkg/addservice | |
github.com/go-kit/kit/examples/addsvc/pkg/addtransport | |
github.com/go-kit/kit/log | Package log provides a structured logger. |
github.com/go-kit/kit/sd | Package sd provides utilities related to service discovery. |
github.com/go-kit/kit/sd/consul | Package consul provides Instancer and Registrar implementations for Consul. |
github.com/go-kit/kit/sd/lb | Package lb implements the client-side load balancer pattern. |
github.com/go-kit/kit/transport/http | Package http provides a general purpose HTTP binding for endpoints. |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
github.com/hashicorp/consul/api | |
github.com/opentracing/opentracing-go | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |