mirror of
https://github.com/restic/restic.git
synced 2026-04-02 11:22:43 +00:00
The previous implementation was repeating the implementation that is found inside of io.WriteString. Simplify by making use of the stdlib's implementation.