https://github.com/google/cayley
Raw File
Tip revision: 3532795fd69bd7a16dde1ff78f64195f289ddd4d authored by Dmitri Pavlenkov on 23 April 2019, 22:07:35 UTC
mutex hat
Tip revision: 3532795
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