https://github.com/google/cayley
Raw File
Tip revision: 09b510bd1b2281d7a6c063fba3630008e81764bd authored by Iddan Aaronsohn on 30 June 2019, 08:06:55 UTC
Document RegEx
Tip revision: 09b510b
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