https://github.com/google/cayley
Raw File
Tip revision: 2ad6d70ff1cd4e5aa717cc2821267a02a78ba2fe authored by Iddan Aaronsohn on 18 September 2019, 21:25:55 UTC
Add link to build from source
Tip revision: 2ad6d70
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