Closed gabek closed 8 years ago
As a golang newbie, I don't know if this is the right approach or not. Is checking for the existence, and closing the file handler of the tmp file needed?
not sure about close (think it's superficial), I also wouldn't check existence, but rather just try to remove. Non-existence may point to rights or space issues, but that's a thing for the open
to care about.
Great! Just simplified it down to only the removal.
Can you please accommodate all the changes of tag.go
file in one commit?
No problem. Done.
Good. Thank you, @gabek!
Looking to fix https://github.com/bogem/id3v2/issues/9.