Skip to content

Commit

Permalink
Update fs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
  • Loading branch information
sfc-gh-thardie and pjbgf authored Dec 7, 2023
1 parent 63a02cc commit 9fe7b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ type File interface {
// Name returns the name of the file as presented to Open.
Name() string
io.Writer
io.WriterAt
// TODO: Add io.WriterAt for v6
// io.WriterAt
io.Reader
io.ReaderAt
io.Seeker
Expand Down

0 comments on commit 9fe7b83

Please sign in to comment.