https://github.com/google/cayley
Raw File
Tip revision: 841bbd0660ba86cbf12e79a1994b39cf75d455e8 authored by Derek Liang on 30 October 2017, 02:46:02 UTC
address code review comments
Tip revision: 841bbd0
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