https://github.com/google/cayley
Raw File
Tip revision: 9d4f76ea20fc4fbfee2a9fc00a8368c2b26f5004 authored by Mikael Cabot on 13 September 2016, 10:44:33 UTC
now actually deleting quads & nodes
Tip revision: 9d4f76e
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