2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 10:00:48 +00:00

Fix comment to comply with linter

This commit is contained in:
Torben Giesselmann 2023-04-09 11:47:10 -07:00
parent 5069c9edd9
commit 9f9e91eb0d

View File

@ -213,7 +213,7 @@ func TestSetSnapshotID(t testing.TB, sn *Snapshot, id ID) {
sn.id = &id
}
// Convenience function that parses a duration from a string or panics if string is invalid.
// ParseDurationOrPanic parses a duration from a string or panics if string is invalid.
// The format is `6y5m234d37h`.
func ParseDurationOrPanic(s string) Duration {
d, err := ParseDuration(s)