mirror of
https://github.com/restic/restic.git
synced 2026-04-16 09:58:56 +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.