afero icon indicating copy to clipboard operation
afero copied to clipboard

Unused parameter in copyFile function in unionFile

Open nidhi-singh02 opened this issue 10 months ago • 0 comments

In unionFile.go, at line no 270, copyFile function accepts a parameter named "base" https://github.com/spf13/afero/blob/5c4385aa20510dba5ca4db12c02b0c9211d82892/unionFile.go#L270C15-L270C19, which is not used.

Could be a good practice to remove it from the function definition. I could raise a PR for the same once issue is accepted.

nidhi-singh02 avatar Apr 02 '24 10:04 nidhi-singh02