https://github.com/google/cayley
Raw File
Tip revision: 971da5ba99cea850ae48a5aa5d0634220ac10896 authored by Matt Mc on 11 July 2018, 00:16:11 UTC
Added a lot of definitions and sequenced them.
Tip revision: 971da5b
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