mirror of
https://github.com/restic/restic.git
synced 2026-02-28 19:56:24 +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.