We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee40743 commit 84ad09aCopy full SHA for 84ad09a
src/embed/embed.go
@@ -297,7 +297,7 @@ func (f FS) readDir(dir string) []file {
297
298
// Open opens the named file for reading and returns it as an fs.File.
299
//
300
-// The returned file implements io.Seeker when the file is not a directory.
+// The returned file implements io.Seeker and io.ReaderAt when the file is not a directory.
301
func (f FS) Open(name string) (fs.File, error) {
302
file := f.lookup(name)
303
if file == nil {
0 commit comments