https://github.com/google/cayley
Raw File
Tip revision: 4a1585bb96038808249a76d7a09e2a1cfa802408 authored by Denys Smirnov on 26 November 2018, 14:19:47 UTC
fix version for 0.7.4 release
Tip revision: 4a1585b
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