https://github.com/google/cayley
Raw File
Tip revision: 2925e05c0efbd31b6b81251725a9f1229a30dc7f authored by 3pCode on 09 January 2019, 14:42:40 UTC
Fix syntax.
Tip revision: 2925e05
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