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
- Host: GitHub
- URL: https://github.com/petergtz/multicloser
- Owner: petergtz
- License: mit
- Created: 2017-06-15T22:11:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T08:36:57.000Z (over 8 years ago)
- Last Synced: 2025-02-02T08:42:25.170Z (12 months ago)
- Topics: error-handling, errors, golang, io
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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