https://github.com/google/cayley
Raw File
Tip revision: 6a7823c3e9b7f84fe393faabaf02e1e389cfc2da authored by Luis Fung on 15 February 2019, 00:18:19 UTC
Code cleanup
Tip revision: 6a7823c
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