mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -2,11 +2,11 @@
|
||||
|
||||
Included in this repo are tools shared by weave.git and scope.git. They include
|
||||
|
||||
- cover: a tool which merges overlapping coverage reports generated by go test
|
||||
- lint: a script to lint Go project; runs various tools like golint, go vet, errcheck etc
|
||||
- rebuild-image: a script to rebuild docker images when their input files change; useful
|
||||
- ```cover```: a tool which merges overlapping coverage reports generated by go test
|
||||
- ```lint```: a script to lint Go project; runs various tools like golint, go vet, errcheck etc
|
||||
- ```rebuild-image```: a script to rebuild docker images when their input files change; useful
|
||||
when you using docker images to build your software, but you don't want to build the
|
||||
image every time.
|
||||
- socks: a simple, dockerised SOCKS proxy for getting your laptop onto the Weave network
|
||||
- test: a script to run all go unit tests in subdirectories, gather the coverage results,
|
||||
- ```socks```: a simple, dockerised SOCKS proxy for getting your laptop onto the Weave network
|
||||
- ```test```: a script to run all go unit tests in subdirectories, gather the coverage results,
|
||||
and merge them into a single report.
|
||||
|
||||
Reference in New Issue
Block a user