https://github.com/google/cayley
Raw File
Tip revision: 8bb017f03958f57216b843536f2acaae0a5b72e6 authored by Iddan Aaronsohn on 19 March 2020, 03:25:08 UTC
linkedql: Fix lint errors
Tip revision: 8bb017f
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