add readme to output folder
This commit is contained in:
parent
790eaf6842
commit
2099d15a26
1 changed files with 11 additions and 0 deletions
11
output/README.md
Normal file
11
output/README.md
Normal 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"
|
||||
```
|
Loading…
Reference in a new issue