https://github.com/google/cayley
Raw File
Tip revision: 7f9a4b070d3110f078cc94408f5019ab530c859f authored by camazotz on 14 December 2017, 23:08:43 UTC
Comment out elastic optimizer code
Tip revision: 7f9a4b0
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