2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00

location: Move to backend/location

This commit is contained in:
Alexander Neumann 2017-03-25 15:25:58 +01:00
parent 9861f3d435
commit 2e0b19f63f
3 changed files with 1 additions and 1 deletions

View File

@ -12,11 +12,11 @@ import (
"syscall"
"restic/backend/local"
"restic/backend/location"
"restic/backend/rest"
"restic/backend/s3"
"restic/backend/sftp"
"restic/debug"
"restic/location"
"restic/repository"
"restic/errors"