https://github.com/google/cayley
Raw File
Tip revision: edd2eaf87e36f2a316a71af6f822d5c2610b68f5 authored by Denys Smirnov on 11 July 2019, 13:48:32 UTC
quads: require writers to have a batch method
Tip revision: edd2eaf
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