progress: remove 'var _' decls

This commit is contained in:
Taylor Blau 2017-02-17 17:33:58 -07:00
parent 589dffbefa
commit 17b601eb9d

@ -14,8 +14,6 @@ type BodyWithCallback struct {
ReadSeekCloser
}
var _ ReadSeekCloser = (*BodyWithCallback)(nil)
func NewByteBodyWithCallback(by []byte, totalSize int64, cb CopyCallback) *BodyWithCallback {
return NewBodyWithCallback(NewByteBody(by), totalSize, cb)
}