https://github.com/google/cayley
Raw File
Tip revision: 1b0c060785e5b7db4a2095663d9d489e8d91380d authored by Iddan Aaronsohn on 04 April 2020, 11:56:59 UTC
Test collect and make it work like properties
Tip revision: 1b0c060
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