mirror of
https://github.com/restic/restic.git
synced 2025-11-15 04:52:54 +00:00
Move restic package to internal/restic
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
"math/rand"
|
||||
"testing"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/index"
|
||||
"github.com/restic/restic/internal/repository"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
)
|
||||
|
||||
func randomSize(min, max int) int {
|
||||
|
||||
Reference in New Issue
Block a user