https://github.com/google/cayley
Raw File
Tip revision: 6ce5dd09d00aff6942ff0f059366659123b18e41 authored by Denys Smirnov on 26 November 2018, 15:20:26 UTC
iterator: do not drop an error in resolver
Tip revision: 6ce5dd0
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