https://github.com/google/cayley
Raw File
Tip revision: 42884468eeaaf87ceab4d9749bb5a74f8cfe35e9 authored by Dmitri Pavlenkov on 23 April 2019, 19:26:33 UTC
make memstore threadsafe
Tip revision: 4288446
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