https://github.com/google/cayley
Raw File
Tip revision: ace4309621be2fb564ac24641796e14e00356750 authored by Matthew Cook on 12 September 2016, 02:28:13 UTC
Implement regex filter as iterator
Tip revision: ace4309
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