Merge pull request #219 from restic/extract_chunker

Extract chunker
This commit is contained in:
Alexander Neumann
2015-07-08 23:40:43 +02:00
12 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -10,8 +10,8 @@ import (
"sort"
"sync"
"github.com/restic/chunker"
"github.com/restic/restic/backend"
"github.com/restic/restic/chunker"
"github.com/restic/restic/debug"
"github.com/restic/restic/pack"
"github.com/restic/restic/pipe"