https://github.com/google/cayley
Raw File
Tip revision: 3d8d3f121d8cb39cfc1228c0dfc6d3ec40e7e0f7 authored by Mikael Cabot on 31 August 2016, 09:38:24 UTC
test naming
Tip revision: 3d8d3f1
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