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