https://github.com/google/cayley
Raw File
Tip revision: 824ff3e71ab5aee74e35ca814582e148ca459f5f authored by Barak Michener on 31 August 2016, 21:55:55 UTC
fix tests for new types
Tip revision: 824ff3e
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