mirror of
https://github.com/restic/restic.git
synced 2026-02-10 14:23:42 -05:00
7 lines
106 B
Go
7 lines
106 B
Go
package restorer
|
|
|
|
import "syscall"
|
|
|
|
func notEmptyDirError() error {
|
|
return syscall.ERROR_DIR_NOT_EMPTY
|
|
}
|