https://github.com/google/cayley
Raw File
Tip revision: ad97ce1edbd26357dc59233fb4b7685351197f7f authored by 3pCode on 08 February 2019, 20:56:17 UTC
correct type
Tip revision: ad97ce1
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