https://github.com/google/cayley
Raw File
Tip revision: bf2903edd9d542fe18f1fc4fd33763a2ce2b162d authored by sah607 on 21 September 2017, 22:03:09 UTC
Merge branch 'master' of https://github.com/michaelqiu94/cayley
Tip revision: bf2903e
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