https://github.com/google/cayley
Raw File
Tip revision: f03d046d906cc8e207609b4e43788023a669a39c authored by Piotr Gabryjeluk on 20 September 2016, 21:12:13 UTC
Fix link to GremlinAPI.md (#477)
Tip revision: f03d046
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