https://github.com/google/cayley
Raw File
Tip revision: 3a1f51ef5d374d1256f33c6f49a04bb83461b4da authored by camazotz on 27 October 2017, 22:07:42 UTC
Fix toQuadValue method
Tip revision: 3a1f51e
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