mirror of
https://github.com/restic/restic.git
synced 2026-05-01 16:52:29 +00:00
b8da7b1f4d
The previous implementation was repeating the implementation that is found inside of io.WriteString. Simplify by making use of the stdlib's implementation.