https://github.com/google/cayley
Raw File
Tip revision: 0b6f22e3c3e71a36a54de15aee099c7d2c9733d7 authored by Michael Qiu on 21 September 2017, 22:11:42 UTC
Update cayley_example.yml
Tip revision: 0b6f22e
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