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.
See examples for details of usage.
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.
See examples for details of usage.