mirror of
https://github.com/restic/restic.git
synced 2026-05-31 06:14:52 +00:00
182655bc88
cmd/restic/globals.go already provides Printf, Println and Warnf wrapper which get their output streams from the globalOptions object. This allows for stream replacements when testing.