From 9fe7b83bdb1ebeac8d95490f7d85ddf629e8eccb Mon Sep 17 00:00:00 2001 From: Terry Hardie <65614981+sfc-gh-thardie@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:17:27 -0800 Subject: [PATCH] Update fs.go Co-authored-by: Paulo Gomes --- fs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs.go b/fs.go index cf9e57b..d86f9d8 100644 --- a/fs.go +++ b/fs.go @@ -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