Fixed contentaddressable import

This commit is contained in:
Michael Käufl 2015-05-14 11:29:20 +02:00 committed by Rick Olson
parent 314095734f
commit 92672e3907

@ -8,6 +8,7 @@ import (
"github.com/cheggaaa/pb"
"github.com/rubyist/tracerx"
contentaddressable "github.com/technoweenie/go-contentaddressable"
)
func PointerSmudge(writer io.Writer, ptr *Pointer, workingfile string, cb CopyCallback) error {