gs: Rework path initialization

This commit is contained in:
Alexander Neumann
2017-08-05 17:15:59 +02:00
parent 8ca6a9a240
commit d9a5b9178e
2 changed files with 18 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ package gs_test
import (
"context"
"errors"
"fmt"
"os"
"testing"
@@ -10,6 +9,7 @@ import (
"github.com/restic/restic/internal/backend/gs"
"github.com/restic/restic/internal/backend/test"
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/restic"
. "github.com/restic/restic/internal/test"
)