https://github.com/google/cayley
Raw File
Tip revision: 5482f6c2fa654bb83daf95bbfd4b7cec544f4a47 authored by camazotz on 25 October 2017, 18:46:00 UTC
Fixed value encoding and other minor changes
Tip revision: 5482f6c
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