1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 16:26:11 +00:00
restic/internal/restorer/fileswriter_windows_test.go

8 lines
106 B
Go
Raw Normal View History

2024-06-13 20:52:31 +00:00
package restorer
import "syscall"
func notEmptyDirError() error {
return syscall.ERROR_DIR_NOT_EMPTY
}