draw2d/output
Laurent Le Goff c8d67448a9 generate test image result in output folder 2015-08-27 10:51:09 +02:00
..
curve redirect curve tests results to output.curve folder 2015-07-10 17:20:23 +02:00
draw2dkit generate test image result in output folder 2015-08-27 10:51:09 +02:00
raster redirect curve tests results to output.curve folder 2015-07-10 17:20:23 +02:00
samples Merge branch 'master' into Clean-Up 2015-08-14 21:40:32 +02:00
README.md add readme to output folder 2015-07-11 19:34:48 +02:00

README.md

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"