https://github.com/google/cayley
Raw File
Tip revision: dca7e759da7511957e18d4800cfea01302662773 authored by Iddan Aaronsohn on 10 October 2019, 14:29:08 UTC
Update tests doc & ci to use packr
Tip revision: dca7e75
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