https://github.com/google/cayley
Raw File
Tip revision: dcf764fef381f19ee49fad186b4e00024709f148 authored by Iddan Aaronsohn on 15 October 2019, 07:39:58 UTC
Merge tag 'v0.7.7' of github.com:cayleygraph/cayley into HEAD
Tip revision: dcf764f
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