2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 05:12:10 +00:00
restic/internal/restorer/fileswriter_other_test.go

11 lines
136 B
Go
Raw Normal View History

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