https://github.com/google/cayley
Raw File
Tip revision: 59dc0f84c16877b628fa36d4c08709f43c78785b authored by Iddan Aaronsohn on 17 October 2019, 12:04:26 UTC
Correct structure
Tip revision: 59dc0f8
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