https://github.com/google/cayley
Raw File
Tip revision: 6e4c2921dbd47dd446c7070e48cbe637b1827eda authored by Mikael Cabot on 02 September 2016, 11:17:37 UTC
not forcing UTC, integration tests ok
Tip revision: 6e4c292
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