This is a set of go utilities you can use via importing go.viam.com/utils
.
This library includes examples that demonstrate grpc functionality for a variety of contexts - see links for more information:
As a convenience, you can run the make
recipes for these examples from the root of this repository via:
make example-{name}/{recipe}
For example, try running a simple echo server with:
make example-echo/run-server
Copyright 2021-2022 Viam Inc.
Apache 2.0 - See LICENSE file