https://github.com/google/cayley
Raw File
Tip revision: 5944606977a00df0520e4c21bb578c6cd9f90b3b authored by camazotz on 29 November 2017, 00:53:44 UTC
Decoding to elasticstring
Tip revision: 5944606
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