https://github.com/google/cayley
Raw File
Tip revision: afe897edb705a6f8e034e95a7e1f8c1995a2164a authored by 3pCode on 08 January 2019, 14:47:49 UTC
Reuse existing test by modifying each test case to be able to specify a test file for the quads.
Tip revision: afe897e
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