https://github.com/google/cayley
Raw File
Tip revision: 70bffa4a3db08301368b1fee72dfc828047c7767 authored by Iddan Aaronsohn on 14 October 2019, 15:05:07 UTC
Fix some lint errors
Tip revision: 70bffa4
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