https://github.com/google/cayley
Raw File
Tip revision: 931aa48fe7b640a89777c8279dfa729d30f83343 authored by Iddan Aaronsohn on 30 January 2020, 23:48:19 UTC
linkedql: Set min cardinality to 0 for from for all steps
Tip revision: 931aa48
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