https://github.com/google/cayley
Raw File
Tip revision: 78ac6a24c6911ba683383ef4d6345892ce7bcbf4 authored by Denys Smirnov on 15 December 2019, 14:51:21 UTC
owl: use constants from a new voc package
Tip revision: 78ac6a2
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