https://github.com/google/cayley
Raw File
Tip revision: 782194b030b5170bbb0852c5e29f209e8012be37 authored by Denys Smirnov on 23 April 2018, 15:39:36 UTC
bump version to 0.7.3
Tip revision: 782194b
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