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