https://github.com/google/cayley
Raw File
Tip revision: 50a60a8a944b059a61a858b22858b3e049246076 authored by Christian Banse on 18 May 2021, 19:40:26 UTC
Add a check to skip non-JSON files in the test-cases directory
Tip revision: 50a60a8
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