add readme to output folder

This commit is contained in:
Stani 2015-07-11 19:34:48 +02:00
parent 790eaf6842
commit 2099d15a26
1 changed files with 11 additions and 0 deletions

11
output/README.md Normal file
View File

@ -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"
```