https://github.com/google/cayley
Raw File
Tip revision: 731a1993db062ccc1136210ff86811d3f21a9837 authored by Iddan Aaronsohn on 13 November 2019, 15:52:25 UTC
Use 0755 mode for creating folder
Tip revision: 731a199
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