Files
restic/internal/restorer/fileswriter_other_test.go
T
2025-11-30 11:53:23 +01:00

10 lines
117 B
Go

//go:build !windows
package restorer
import "syscall"
func notEmptyDirError() error {
return syscall.ENOTEMPTY
}