We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently embed file supports io.Seeker: https://github.com/golang/go/blob/go1.20.2/src/embed/embed.go#L300
embed
io.Seeker
It should be able to support ReaderAt as well given that it's a static embedded file.
ReaderAt
The proposal is to add support for io.ReaderAt on files returned from embed.FS Open.
embed.FS
Open
The text was updated successfully, but these errors were encountered:
Dupe: #57803
Apologies.
Sorry, something went wrong.
No branches or pull requests
Currently
embed
file supportsio.Seeker
: https://github.com/golang/go/blob/go1.20.2/src/embed/embed.go#L300It should be able to support
ReaderAt
as well given that it's a static embedded file.The proposal is to add support for io.ReaderAt on files returned from
embed.FS
Open
.The text was updated successfully, but these errors were encountered: