mirror of
https://github.com/restic/restic.git
synced 2025-08-13 22:57:44 +00:00
gs: Rework path initialization
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user