https://github.com/google/cayley
Raw File
Tip revision: 07ddeb976bd1c423513e61cc068397f6a5a56478 authored by Iddan Aaronsohn on 28 September 2019, 09:44:29 UTC
Fix assets
Tip revision: 07ddeb9
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