mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Refactors.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user