https://github.com/google/cayley
Raw File
Tip revision: 03997fca78b54f487608c951168e5fe91f1c2cf9 authored by Iddan Aaronsohn on 11 September 2019, 15:39:37 UTC
Removed debugging print
Tip revision: 03997fc
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