mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-01-24 15:12:56 +00:00
989489096e
This commit implements a massive refactor of the repository, and moves the build system over to use Mage (magefile.org) which should allow seamless building across multiple platforms. |
||
---|---|---|
.. | ||
vendor | ||
.gitignore | ||
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.