https://github.com/google/cayley
Raw File
Tip revision: 9cb9fde18b44a279016ccfd4b82f9ebdb8c833b4 authored by Matt Mc on 13 July 2018, 18:35:03 UTC
Re-sequenced and clarified some definitions.
Tip revision: 9cb9fde
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