https://github.com/google/cayley
Raw File
Tip revision: 9b07ce6651eb3a3e8162261daf0ffc3e9ba50e4b authored by saguywalker on 14 October 2019, 18:19:57 UTC
redirect to contributing.md
Tip revision: 9b07ce6
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