restic/internal/restorer/fileswriter_other_test.go

10 lines
117 B
Go
Raw Normal View History

2024-06-13 22:52:31 +02:00
//go:build !windows
package restorer
import "syscall"
func notEmptyDirError() error {
return syscall.ENOTEMPTY
}