mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-16 17:56:37 +00:00
gofmt: Fix File is not gofmt-ed with -s for go1.17
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
//
|
||||
// Implementation forked from github.com/prometheus/common
|
||||
//
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package log
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
// Package log implements logging via logrus.
|
||||
// Implementation forked from github.com/prometheus/common
|
||||
|
||||
package log
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user