https://github.com/google/cayley
Raw File
Tip revision: 86a4db6680385fd18e8ef6a9972011669dc3fc09 authored by Iddan Aaronsohn on 27 December 2019, 17:26:54 UTC
Use ns in entity_identifier
Tip revision: 86a4db6
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