https://github.com/google/cayley
Raw File
Tip revision: 1252dd08edf6bfdcda49e6ea9242793dea352865 authored by camazotz on 29 November 2017, 18:48:46 UTC
Cleaning up and adding switches
Tip revision: 1252dd0
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