https://github.com/google/cayley
Raw File
Tip revision: c33467000f64158c88c3031d221e5d21b504aa66 authored by Barak Michener on 12 April 2017, 19:19:41 UTC
Merge pull request #555 from barakmich/releng
Tip revision: c334670
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