https://github.com/google/cayley
Raw File
Tip revision: 95381c6062c378ea86748e0e8bb89190951511d9 authored by Luis Fung on 11 February 2019, 16:58:34 UTC
Code cleanup
Tip revision: 95381c6
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