https://github.com/google/cayley
Raw File
Tip revision: bc30f80e4ccc6dffac82ffbd08a76ceb57cf23fc authored by Iddan Aaronsohn on 05 July 2020, 06:21:59 UTC
Use linkedql as @vocab
Tip revision: bc30f80
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