https://github.com/google/cayley
Raw File
Tip revision: c02099b9001849050f601da3ce0dac588d1d0390 authored by Olaf Conradi on 06 August 2023, 21:53:31 UTC
Merge branch 'master' into bbolt
Tip revision: c02099b
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