From 500caaeda74dd9c660279036293f4b2997cf0b03 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 9 Sep 2017 09:42:37 +0200 Subject: Add vendor --- vendor/github.com/llgcode/draw2d/output/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/github.com/llgcode/draw2d/output/README.md (limited to 'vendor/github.com/llgcode/draw2d/output/README.md') 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" +``` -- cgit v1.2.3