https://github.com/google/cayley
Raw File
Tip revision: 3ffe4882e2f3545ec0aa66863d0f60e6ca09283f authored by Denys Smirnov on 14 October 2019, 05:32:08 UTC
gizmo: accept a single value in save(); proper tags in JSON-LD; fix #856
Tip revision: 3ffe488
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