https://github.com/google/cayley
Raw File
Tip revision: ee37c33846b346a03544c1a744fae46b68b396ee authored by Christian Banse on 19 May 2021, 21:05:27 UTC
Only run deprecated go lint on Go 1.13 on travis
Tip revision: ee37c33
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