https://github.com/google/cayley
Raw File
Tip revision: dc30d08f02e4b56bcfdff7fe6b6c25d3cb969b53 authored by Brendan Ball on 10 December 2018, 19:20:48 UTC
Add author and contributor
Tip revision: dc30d08
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