leeola / multicloser

A tiny library to close multiple io.Closer with a single io.Closer, combining errors as needed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiCloser

A tiny library for closing multiple io.Closer and combining the errors into a multi-error implemented (currently) by go-multierror.

About

A tiny library to close multiple io.Closer with a single io.Closer, combining errors as needed


Languages

Language:Go 100.0%