https://github.com/google/cayley
Raw File
Tip revision: 127a24fd8ca720a64c9a1a9d5c5fad6fce841cde authored by Iddan Aaronsohn on 27 December 2019, 17:31:42 UTC
Use ns in property path
Tip revision: 127a24f
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