https://github.com/google/cayley
Raw File
Tip revision: f8fd48fe0d0c8cfe3f128961f2aee8eaecc2d3ba authored by Iddan Aaronsohn on 22 September 2019, 01:30:29 UTC
Merge master
Tip revision: f8fd48f
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