Skip to content

Commit 080024b

Browse files
committed
Add io.WriterAt to File interface
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 5a830a3 commit 080024b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fs.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ type File interface {
166166
// Name returns the name of the file as presented to Open.
167167
Name() string
168168
io.Writer
169-
// TODO: Add io.WriterAt for v6
170-
// io.WriterAt
169+
io.WriterAt
171170
io.ReaderAt
172171
io.Seeker
173172
// Lock locks the file like e.g. flock. It protects against access from

0 commit comments

Comments
 (0)