mirror of
https://github.com/restic/restic.git
synced 2025-10-09 02:31:49 +00:00
Run goimports
This commit is contained in:
@@ -11,13 +11,13 @@ import (
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"restic/repository"
|
||||
"github.com/restic/restic/internal/repository"
|
||||
|
||||
"bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
|
||||
"restic"
|
||||
. "restic/test"
|
||||
"github.com/restic/restic/internal"
|
||||
. "github.com/restic/restic/internal/test"
|
||||
)
|
||||
|
||||
func testRead(t testing.TB, f *file, offset, length int, data []byte) {
|
||||
|
Reference in New Issue
Block a user