https://github.com/google/cayley
Raw File
Tip revision: 559bee27f0a0ec4f5c427f8177339376a11eac95 authored by Iddan Aaronsohn on 16 October 2019, 19:08:31 UTC
Refactor code to use int reference count only for instances
Tip revision: 559bee2
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