https://github.com/google/cayley
Raw File
Tip revision: b0c2d1d891ffef8410d77958f1a59f5897ef539d authored by Mikael Cabot on 15 September 2016, 20:34:29 UTC
cleaning
Tip revision: b0c2d1d
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