https://github.com/google/cayley
Raw File
Tip revision: defef97fb3f6706eb68e4b0a492a71384d984af4 authored by Iddan Aaronsohn on 03 July 2020, 20:53:38 UTC
Replace follow with where
Tip revision: defef97
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