https://github.com/google/cayley
Revision d1fbf520ff32826cbb5a0a3fb666e5499bf8bf1b authored by Iddan Aaronsohn on 11 November 2019, 09:26:01 UTC, committed by Denys Smirnov on 15 December 2019, 12:51:23 UTC
1 parent 97eef60
Raw File
Tip revision: d1fbf520ff32826cbb5a0a3fb666e5499bf8bf1b authored by Iddan Aaronsohn on 11 November 2019, 09:26:01 UTC
linkedql: correct name of document iterator file
Tip revision: d1fbf52
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