https://github.com/google/cayley
Raw File
Tip revision: 50aff30ba7956284404b1b3cc6110fb47b264aad authored by Iddan Aaronsohn on 18 September 2019, 19:48:04 UTC
Backwards compatibility
Tip revision: 50aff30
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