Check goimports in the pipeline (#1381)
* Check goimports in the pipeline * Check goimports in the pipeline * Check goimports in the pipeline * go mod tidy * wip * wip * Fix goimports and go:build tags * Run golangci-lint before goimports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// +build !windows
|
||||
// +build !plan9
|
||||
//go:build !windows && !plan9
|
||||
// +build !windows,!plan9
|
||||
|
||||
package cmd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user