https://github.com/google/cayley
Raw File
Tip revision: 72fcf80f4509401974524bf5257b5a0cceec1fe8 authored by Iddan Aaronsohn on 16 December 2019, 20:05:05 UTC
View -> Visit, ViewBoth -> Both
Tip revision: 72fcf80
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