https://github.com/google/cayley
Raw File
Tip revision: e060f04e071fd4eda7aa0b2990912d90b43838f3 authored by Dan Kortschak on 17 July 2019, 01:27:57 UTC
README: update testing badge
Tip revision: e060f04
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