https://github.com/google/cayley
Raw File
Tip revision: d59e5d1f4a4b981a69ae5d422ed9bcd0a9a9cea6 authored by Denys Smirnov on 14 October 2019, 05:24:38 UTC
fix build without packr resources
Tip revision: d59e5d1
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