Extract chunker

This commit is contained in:
Florian Weingarten
2015-07-07 18:55:58 -04:00
parent 50f9c20987
commit 36a62cf77d
12 changed files with 12 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import (
"os"
"testing"
"github.com/restic/restic/chunker"
"github.com/restic/chunker"
"github.com/restic/restic/crypto"
. "github.com/restic/restic/test"
)