https://github.com/google/cayley
Raw File
Tip revision: 9cf03df17c4f608741b6d742f59beacf1c462442 authored by Iddan Aaronsohn on 19 January 2020, 16:21:33 UTC
Different syntax for value
Tip revision: 9cf03df
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