https://github.com/google/cayley
Raw File
Tip revision: 3091e673e8d9a945a71e286ca90f5e478e3ac503 authored by Denys Smirnov on 03 March 2018, 18:40:57 UTC
schema: allow to customize behavior; resolves #694
Tip revision: 3091e67
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