https://github.com/google/cayley
Raw File
Tip revision: be4bcb1bfd297557c4d3f7b37262938f6c843526 authored by Iddan Aaronsohn on 27 June 2019, 08:29:23 UTC
Issued PR comments:
Tip revision: be4bcb1
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