https://github.com/google/cayley
Raw File
Tip revision: 38b3efd3f5c23ec0eb740bbb1b472e1a9e2e8d15 authored by Denys Smirnov on 14 February 2019, 23:18:16 UTC
fix go mod issues
Tip revision: 38b3efd
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