https://github.com/google/cayley
Raw File
Tip revision: b4a25f721f906db5cba5872cdc3728437fb70643 authored by Jason Felice on 04 March 2022, 21:39:43 UTC
Use vet.sh on 1.17
Tip revision: b4a25f7
README.md
# Examples

Each of the examples can be run with 

```go run hello_world/main.go```

obviously changing **hello_world** to the one you want to run!

The hello_bolt example requires `go get`.
back to top