mirror of
https://github.com/restic/restic.git
synced 2025-11-15 15:22:48 +00:00
Run goimports
This commit is contained in:
@@ -4,10 +4,11 @@ import (
|
||||
"context"
|
||||
"io"
|
||||
"math/rand"
|
||||
"restic"
|
||||
"restic/index"
|
||||
"restic/repository"
|
||||
"testing"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/index"
|
||||
"github.com/restic/restic/internal/repository"
|
||||
)
|
||||
|
||||
func randomSize(min, max int) int {
|
||||
|
||||
Reference in New Issue
Block a user