https://github.com/google/cayley
Raw File
Tip revision: 0a47209330e8f7668e5151b1c254e19c9ed5f241 authored by Iddan Aaronsohn on 13 November 2019, 17:42:57 UTC
Not all PathSteps are Steps
Tip revision: 0a47209
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