Skip to content

Commit

Permalink
Remove ReadFrom from reader interface
Browse files Browse the repository at this point in the history
  • Loading branch information
teamjorge committed Aug 24, 2024
1 parent 912f9e8 commit f691ebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion headers/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ type Reader interface {
io.ReaderAt
io.Closer
io.ReadSeeker
io.ReaderFrom
}

0 comments on commit f691ebd

Please sign in to comment.