https://github.com/google/cayley
Raw File
Tip revision: e78aa8795ed9e3826a66b2ec56394d72771e2be2 authored by Huston Bokinsky on 17 August 2016, 22:16:28 UTC
This is a follow-up to a [previous issue](https://discourse.cayley.io/t/should-traversal-methods-change-their-receiver-path/308).
Tip revision: e78aa87
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