mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-20 05:56:16 +00:00
14 lines
262 B
Go
14 lines
262 B
Go
// postgres_exporter
|
|
|
|
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
_ "github.com/prometheus/promu"
|
|
_ "github.com/reviewdog/reviewdog/cmd/reviewdog"
|
|
_ "honnef.co/go/tools/cmd/staticcheck"
|
|
)
|