https://github.com/google/cayley
Raw File
Tip revision: 71485cca085fcf88e6370a846d6ed28c52756672 authored by Iddan Aaronsohn on 16 October 2019, 12:56:56 UTC
Update tests to use graphmock.Store
Tip revision: 71485cc
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