https://github.com/google/cayley
Raw File
Tip revision: c3d3cf5ec429e11694e272a3a26e13de53787134 authored by Iddan Aaronsohn on 03 January 2020, 22:36:34 UTC
linkedql: Replace AbsoluteIRI with iri.FullWith(ns)
Tip revision: c3d3cf5
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