multicloser Small go package to manage closing of a set of resources The aim of this library is to provide a way to defer any number of Close() functions to a scope which is not the end of the current function. Usage See examples for details of usage.