https://github.com/google/cayley
Raw File
Tip revision: 48b40f100842d83ff5403e245abb4110d1b0246d authored by Iddan Aaronsohn on 28 December 2019, 17:00:33 UTC
Handle nil from
Tip revision: 48b40f1
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