Merge pull request #3683 from MichaelEischer/fix-golangci-lint-warnings

Fix golangci lint warnings
This commit is contained in:
Alexander Neumann
2022-03-29 11:45:10 +02:00
committed by GitHub
56 changed files with 72 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
//go:build !linux && !darwin
// +build !linux,!darwin
package restorer

View File

@@ -1,4 +1,5 @@
//+build !windows
//go:build !windows
// +build !windows
package restorer