mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-27 17:02:04 +00:00
6 lines
49 B
Makefile
6 lines
49 B
Makefile
fmt:
|
|
gofmt -l -w -s .
|
|
|
|
build:
|
|
promu build -v .
|