1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-04-19 23:22:18 +03:00
2017-06-07 00:53:19 +10:00

308 B

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.