mirror of
https://github.com/octoleo/restic.git
synced 2025-01-27 00:58:36 +00:00
0b56214473
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.