https://github.com/google/cayley
Raw File
Tip revision: 89caffaa7176736b1c57b8c912192c34493031c5 authored by camazotz on 05 December 2017, 23:05:55 UTC
Add omitempty
Tip revision: 89caffa
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