https://github.com/google/cayley
Raw File
Tip revision: 82e37c5bab9f76a0c591d7d256487a21a681dd2a authored by Dan Kortschak on 17 July 2019, 02:52:52 UTC
cayley: use alias to make import helpers perfect matchers
Tip revision: 82e37c5
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