go-shutil
go-shutil copied to clipboard
File descriptors left open
Hey there! This line is problematic:
https://github.com/termie/go-shutil/blob/bcacb06fecaeec8dc42af03c87c6949f4a05c74c/shutil.go#L261
Because the file object is never closed, there are open file descriptors left lying around. This actually causes problems with external software I'm using.