mirror of
https://github.com/restic/restic.git
synced 2025-01-02 21:25:12 +00:00
7 lines
106 B
Go
7 lines
106 B
Go
package restorer
|
|
|
|
import "syscall"
|
|
|
|
func notEmptyDirError() error {
|
|
return syscall.ERROR_DIR_NOT_EMPTY
|
|
}
|