An open API service indexing awesome lists of open source software.

https://github.com/petergtz/multicloser

A Go library that handles io.Closers correctly in case of errors
https://github.com/petergtz/multicloser

error-handling errors golang io

Last synced: 10 months ago
JSON representation

A Go library that handles io.Closers correctly in case of errors

Awesome Lists containing this project

README

          

Note: This library is obsolete. I found a [better way to deal with this](https://medium.com/@peter.gtz/correct-error-handling-is-hard-307ea72759c7).

# closers
A Go library that handles io.Closers correctly in case of errors