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
(*Descriptor).GetReadSeeker currently returns an io.ReadSeeker, but current usage could be satisfied by the simpler io.Reader interface.
(*Descriptor).GetReadSeeker
io.ReadSeeker
io.Reader
With the introduction of GetReader suggested by #14, I believe we should consider a breaking change to remove GetReadSeeker in the v2 API.
GetReader
GetReadSeeker
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
(*Descriptor).GetReadSeeker
currently returns anio.ReadSeeker
, but current usage could be satisfied by the simplerio.Reader
interface.With the introduction of
GetReader
suggested by #14, I believe we should consider a breaking change to removeGetReadSeeker
in the v2 API.The text was updated successfully, but these errors were encountered: