https://github.com/google/cayley
Raw File
Tip revision: bfb7fd1890cda99d40faedc4a2cc29925b614858 authored by Misha Brukman on 25 September 2022, 03:53:58 UTC
Fix Travis CI badge URL and landing page URL
Tip revision: bfb7fd1
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