https://github.com/google/cayley
Raw File
Tip revision: d8f965fce42aaeba188ab71b47b9bc438d12f7fb authored by Matthew Cook on 05 September 2016, 23:12:11 UTC
Add HasRegex and HasComparison paths
Tip revision: d8f965f
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