sys - amend xtract
This commit is contained in:
parent
87b457f6df
commit
78578cf05c
|
@ -26,7 +26,7 @@ func NewXtract(dir string, outFile string) *Xtract {
|
||||||
return &Xtract{dir: dir, outFile: outFile, withBar: false}
|
return &Xtract{dir: dir, outFile: outFile, withBar: false}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *Xtract) addBar(bar *io.Writer) {
|
func (x *Xtract) AddBar(bar *io.Writer) {
|
||||||
x.bar = bar
|
x.bar = bar
|
||||||
x.withBar = true
|
x.withBar = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user