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