https://github.com/google/cayley
Raw File
Tip revision: e9b1fcce893662cdbc20eb8e0cb942cf7d848630 authored by Iddan Aaronsohn on 13 November 2019, 16:33:28 UTC
Another fix
Tip revision: e9b1fcc
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