Rory Campbell-Lange <r...@campbell-lange.net> once said:
> interface conversion: *zip.checksumReader is not io.ReadSeeker:
> missing method Seek
>
> Advice on how to rectify this would be gratefully received.

Read the entire zip.File into memory with io.ReadAll and create
a bytes.Reader with the resulting byte slice. That will give you
a type that implements io.ReadSeeker.

Cheers,
  Anthony

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/Yyup6UMCdPTxILZ3%40alice.

Reply via email to