forked from TrueCloudLab/restic
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.go | ||
local_test.go | ||
local_unix.go | ||
local_windows.go |