https://github.com/google/cayley
Raw File
Tip revision: 6033bc1d4d75d8d6e7dffc791853087c7948303f authored by Derek Liang on 31 October 2017, 05:50:19 UTC
remove console log
Tip revision: 6033bc1
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