https://github.com/google/cayley
Raw File
Tip revision: f1722c836ac4460dfe48127131499447d3f4aaf2 authored by Gaurav Tiwari on 05 January 2018, 12:43:50 UTC
Move to new line for readability
Tip revision: f1722c8
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