rclone/vfs/vfscache
albertony 2437eb3cce vfs: fix incorrect detection of root in parent directory utility function
When using filepath.Dir, a difference to path.Dir is that it returns os PathSeparator
instead of slash when the path consists entirely of separators.

Also fixed casing of the function name, use OS in all caps instead of Os
as recommended here: https://github.com/golang/go/wiki/CodeReviewComments#initialisms
2022-05-16 12:43:43 +02:00
..
downloaders Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
writeback Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
cache_test.go vfs: add vfs/stats remote control to show statistics - fixes #5816 2021-11-23 18:00:21 +00:00
cache.go vfs: fix incorrect detection of root in parent directory utility function 2022-05-16 12:43:43 +02:00
item_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
item.go vfs: add --vfs-fast-fingerprint for less accurate but faster fingerprints 2022-03-22 16:33:24 +00:00