https://github.com/google/cayley
Raw File
Tip revision: c29b15c6dee5de87d056e4870b05acee4b00bc0f authored by 3pCode on 08 February 2019, 16:28:01 UTC
Merge pull request #2 from cayleygraph/master
Tip revision: c29b15c
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