mirror of
https://github.com/restic/restic.git
synced 2024-12-25 01:06:39 +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
|
|
}
|