io.SectionReader.Seek (method)
2 uses
io (current package)
io.go#L508: func (s *SectionReader) Seek(offset int64, whence int) (int64, error) {
archive/zip
reader.go#L105: if _, err = rs.Seek(int64(end.directoryOffset), io.SeekStart); err != nil {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |