alexflint/go-filemutex

filemutex is missing a Close method

Closed this issue · 2 comments

The library opens a filehandle but does not provide a method to close it. We're using this library in a CNI plugin that attempts to close which we obviously cant implement as anything but a noop util we have a close on this library. See containernetworking/plugins#77

I see #2 has what we need, but needs to be updated to address review comments and return an err instead of panicing. How can I help push it along?

Resolved by #9