https://github.com/google/cayley
Raw File
Tip revision: 082f273e473da66b97696502efce9b1446684a69 authored by Iddan Aaronsohn on 18 September 2019, 20:04:36 UTC
Update more examples
Tip revision: 082f273
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