aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/llgcode/draw2d/output/README.md
blob: 037f0e2d24a2ef2883f2fda6d09c25e93cd6999b (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
```