https://github.com/google/cayley
Raw File
Tip revision: 50cb1ee25813da92d9fabb683f657939d47403f0 authored by Jørgen Teunis on 10 January 2018, 12:46:54 UTC
added myself to contributors and authors
Tip revision: 50cb1ee
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