postgres_exporter/tools
2017-08-04 02:30:33 +10:00
..
vendor unparam was refusing to update - force an update. 2017-08-04 02:30:33 +10:00
.gitignore Update vendored tools/. 2017-08-04 02:30:33 +10:00
Makefile Update tools/Makefile. 2017-06-07 00:53:19 +10:00
README.md
src

Vendored versions of the build tooling.

gocovmerge is used to merge coverage reports for uploading to a service like coveralls, and gometalinter conveniently incorporates multiple Go linters.

By vendoring both, we gain a self-contained build system.

Run make all to build, and make update to update.