Refactors.

This commit is contained in:
Nuno Cruces
2024-04-11 12:00:17 +01:00
parent 11c03a16f9
commit e503be641a
13 changed files with 51 additions and 77 deletions

View File

@@ -8,8 +8,8 @@ import (
// SeekingReaderAt implements [io.ReaderAt]
// through an underlying [io.ReadSeeker].
type SeekingReaderAt struct {
l sync.Mutex
r io.ReadSeeker
l sync.Mutex
}
// NewSeekingReaderAt creates a new SeekingReaderAt.