1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

build: enable all govet checks (except fieldalignment and shadow) and fix issues.

This commit is contained in:
Oleksandr Redko
2025-10-22 20:37:58 +03:00
committed by GitHub
parent b272c50c4c
commit c8a834f0e8
8 changed files with 8 additions and 16 deletions

View File

@@ -497,9 +497,6 @@ func (f *Fs) purgeCheck(ctx context.Context, dir string, check bool) error {
}
f.dirCache.FlushDir(dir)
if err != nil {
return err
}
return nil
}