https://github.com/google/cayley
Raw File
Tip revision: 71252b3df233d4b96535894f6db2cab201bf2f20 authored by Denys Smirnov on 22 October 2016, 22:06:56 UTC
quad: allow to list all registered formats
Tip revision: 71252b3
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