https://github.com/google/cayley
Raw File
Tip revision: e16ceab7d884e90c86a1df987f82608850469762 authored by Iddan Aaronsohn on 28 December 2019, 11:27:05 UTC
Use context with properties
Tip revision: e16ceab
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