https://github.com/google/cayley
Raw File
Tip revision: 572bf0e48bd2e82528d8ac743e3c241fa3c5c216 authored by Mikael Cabot on 31 August 2016, 22:16:02 UTC
review fix
Tip revision: 572bf0e
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