mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
a2d4209322
Due to the return if !isFile, the IsDir branch in List was never taken and subdirectories were traversed recursively. Also replaced isFile by an IsRegular check, which has been equivalent since Go 1.12 (golang/go@a2a3dd00c9). |
||
---|---|---|
.. | ||
config.go | ||
doc.go | ||
layout_test.go | ||
local_test.go | ||
local_unix.go | ||
local_windows.go | ||
local.go |