Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 284 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 284 Bytes

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.