https://github.com/google/cayley
Raw File
Tip revision: 27aa062170153f0b786862e3e45d639901d84f8b authored by Paul Severance on 05 February 2017, 20:57:13 UTC
correct expose syntax
Tip revision: 27aa062
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