https://github.com/google/cayley
Raw File
Tip revision: 30bed962ae385a679605c635006f6dcf50d7b9e5 authored by Iddan Aaronsohn on 28 December 2019, 11:21:55 UTC
Test context and correct implementation
Tip revision: 30bed96
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