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:
Mario Trangoni
2021-12-18 19:01:29 +01:00
parent 524bfde5a3
commit b98a956d51
42 changed files with 41 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
//
// Implementation forked from github.com/prometheus/common
//
//go:build windows
// +build windows
package log

View File

@@ -13,7 +13,6 @@
// Package log implements logging via logrus.
// Implementation forked from github.com/prometheus/common
package log
import (