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:
Deluan Quintão
2021-10-01 15:32:24 -04:00
committed by GitHub
parent 0cbba80284
commit 91e36a2c18
6 changed files with 28 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// +build !windows
// +build !plan9
//go:build !windows && !plan9
// +build !windows,!plan9
package cmd