https://github.com/google/cayley
Raw File
Tip revision: f89e1268e80c583ff970b2a0b2e1a03177438576 authored by Iddan Aaronsohn on 28 March 2020, 21:10:10 UTC
Use PropertyPath everywhere it should be
Tip revision: f89e126
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