mirror of
https://github.com/restic/restic.git
synced 2025-10-09 08:33:00 +00:00

The StdioWrapper type is really just a pair of io.WriteClosers, so remove it in favor of a function that returns two of those. Test coverage increases because the removed code was not tested.