mirror of
https://github.com/restic/restic.git
synced 2024-04-21 12:32:20 +00:00
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.