https://github.com/google/cayley
Raw File
Tip revision: 027401aa8a350e0e7f4ecbd74fb485c84c8ed194 authored by camazotz on 15 December 2017, 21:54:46 UTC
Removed extra items
Tip revision: 027401a
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