aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/llgcode/draw2d/output/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/llgcode/draw2d/output/README.md')
-rw-r--r--vendor/github.com/llgcode/draw2d/output/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/llgcode/draw2d/output/README.md b/vendor/github.com/llgcode/draw2d/output/README.md
new file mode 100644
index 0000000..037f0e2
--- /dev/null
+++ b/vendor/github.com/llgcode/draw2d/output/README.md
@@ -0,0 +1,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"
+```