https://github.com/google/cayley
Raw File
Tip revision: 26033d7f0f424ad0b6c15812da1a7dbf6eabeccb authored by Jørgen on 09 January 2018, 00:15:48 UTC
maxDept -1 resulted in 0 results
Tip revision: 26033d7
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