https://github.com/google/cayley
Raw File
Tip revision: beffe07f7bfe3428b535a838bcb1e66e99909a55 authored by Mikael Cabot on 27 September 2016, 20:59:21 UTC
Removed skip optimizer. Fixed tests
Tip revision: beffe07
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