flag | Package flag implements command-line flag parsing. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/grpc-ecosystem/grpc-gateway/examples/examplepb | |
github.com/grpc-ecosystem/grpc-gateway/runtime | Package runtime contains runtime helper functions used by servers which protoc-gen-grpc-gateway generates. |
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. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
net/http | Package http provides HTTP client and server implementations. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |