mirror of
https://github.com/restic/restic.git
synced 2026-02-03 20:39:52 -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
|
|
}
|