https://github.com/google/cayley
Raw File
Tip revision: 2a6f973c547ee028e32cdf6d7df62c81397ea4e4 authored by Yannic Bonenberger on 28 September 2017, 12:41:53 UTC
Fix config.json
Tip revision: 2a6f973
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