Imports of package celrpc

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/genproto/googleapis/api/expr/v1alpha1
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/reflectionPackage reflection implements server reflection service.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.