This PR exports the processFile method, to allow it to be called programmatically from other Golang programs.
This function has useful functionality to run xz on file objects. As such, it'd be helpful to export it to allow it to be called from outside the scope of this program.
This PR exports the
processFile
method, to allow it to be called programmatically from other Golang programs.This function has useful functionality to run
xz
on file objects. As such, it'd be helpful to export it to allow it to be called from outside the scope of this program.