Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 949 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 949 Bytes

go.viam.com/utils

PkgGoDev

This is a set of go utilities you can use via importing go.viam.com/utils.

Examples

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

License

Copyright 2021-2022 Viam Inc.

Apache 2.0 - See LICENSE file