https://github.com/google/cayley
Raw File
Tip revision: b2e59913efe3e484da0392999c068b921f4aab82 authored by Mikael Cabot on 16 September 2016, 11:38:13 UTC
safe cast
Tip revision: b2e5991
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