You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(*Descriptor).GetReadSeeker currently returns an io.ReadSeeker, but I cannot find any usage of it that would not be satisfied by the simpler io.Reader interface. In the interest of simplifying the underlying implementation in a major version bump, I think we should consider deprecating GetReadSeeker and introducing:
(*Descriptor).GetReadSeeker
currently returns anio.ReadSeeker
, but I cannot find any usage of it that would not be satisfied by the simpler io.Reader interface. In the interest of simplifying the underlying implementation in a major version bump, I think we should consider deprecatingGetReadSeeker
and introducing:This change can be introduced in a minor version, which will provide time before the planned removal of
GetReadSeeker
in a v2 API.The text was updated successfully, but these errors were encountered: