sys - amend xtract

This commit is contained in:
Mahdi Abu Yasmine 2023-11-12 02:07:06 +01:00
parent 87b457f6df
commit 78578cf05c

View File

@ -26,7 +26,7 @@ func NewXtract(dir string, outFile string) *Xtract {
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.withBar = true
}