https://github.com/google/cayley
Raw File
Tip revision: 4b8ac21a7dd0461c96fa49a60090c1bfe8ddf9ff authored by Mikael Cabot on 18 September 2016, 12:28:51 UTC
testing
Tip revision: 4b8ac21
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