mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 20:19:45 +00:00
Merge branch 'main' of github.com:tw93/Mole
This commit is contained in:
@@ -665,7 +665,6 @@ func getDirectorySizeFromDuWithExclude(path string, excludePath string) (int64,
|
||||
return runDuSize(path)
|
||||
}
|
||||
|
||||
|
||||
func getDirectoryLogicalSizeWithExclude(path string, excludePath string) (int64, error) {
|
||||
var total int64
|
||||
err := filepath.WalkDir(path, func(p string, d fs.DirEntry, err error) error {
|
||||
|
||||
Reference in New Issue
Block a user