https://github.com/google/cayley
Raw File
Tip revision: 0c96da7db1c1d2e12121e643facb459514f1a593 authored by Mikael Cabot on 13 September 2016, 07:01:36 UTC
Merge branch 'master' of http://github.com/cayleygraph/cayley
Tip revision: 0c96da7
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