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

9 lines
117 B
Go

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