https://github.com/google/cayley
Raw File
Tip revision: ab333a0166896bc8db6ceb42b843d6ab8c109589 authored by Denys Smirnov on 28 June 2019, 13:16:37 UTC
switch to goreleaser
Tip revision: ab333a0
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