https://github.com/google/cayley
Raw File
Tip revision: ba0f5391dd2c7fb7396556ab35a81062c4215968 authored by Denys Smirnov on 17 October 2019, 21:28:10 UTC
iterator: remove dependency on graph package; addresses #863
Tip revision: ba0f539
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