mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-02-09 06:46:50 +00:00
12 lines
121 B
Go
12 lines
121 B
Go
|
// +build ignore
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
|
||
|
"github.com/magefile/mage/mage"
|
||
|
)
|
||
|
|
||
|
func main() { os.Exit(mage.Main()) }
|