diff --git a/output/README.md b/output/README.md new file mode 100644 index 0000000..037f0e2 --- /dev/null +++ b/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" +```