draw2d/output/README.md

12 lines
215 B
Markdown
Raw Permalink Normal View History

2015-07-11 17:34:48 +00:00
Demo output
===========
These folders are empty when you check out the git repository. The output is generated by the tests:
```
go test ./...
```
or with coverage:
```
go test -cover ./... | grep -v "no test"
```