https://github.com/google/cayley
Raw File
Tip revision: e57134cbb3bfb0ac5cf0d6388e6ed5c99301353d authored by Denys Smirnov on 15 May 2017, 07:58:42 UTC
shape: refactor value filters; push save out of intersect
Tip revision: e57134c
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