Move restic package to internal/restic

This commit is contained in:
Alexander Neumann
2017-07-24 17:42:25 +02:00
parent 94030a12cf
commit 23c903074c
179 changed files with 100 additions and 136 deletions

View File

@@ -1,6 +1,6 @@
package backend
import "github.com/restic/restic/internal"
import "github.com/restic/restic/internal/restic"
// S3LegacyLayout implements the old layout used for s3 cloud storage backends, as
// described in the Design document.