2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 21:27:34 +00:00
restic/internal/restorer/fileswriter_windows_test.go
2024-06-13 23:20:09 +02:00

8 lines
106 B
Go

package restorer
import "syscall"
func notEmptyDirError() error {
return syscall.ERROR_DIR_NOT_EMPTY
}