https://github.com/google/cayley
Raw File
Tip revision: 44800ae3cf42733a65220ee388b75781f47b0bc6 authored by Mikael Cabot on 19 September 2016, 23:01:31 UTC
correct merge
Tip revision: 44800ae
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