build: fix linting issues reported by running golangci-lint with different GOOS

This commit is contained in:
albertony
2024-04-18 09:36:22 +02:00
parent 159e274921
commit 7ee22fcdf9
23 changed files with 124 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
// The pkg/xattr module doesn't compile for openbsd or plan9
//go:build openbsd || plan9
// The pkg/xattr module doesn't compile for openbsd or plan9
package local
import "github.com/rclone/rclone/fs"