archive/zip.Writer.dir (field)
8 uses
archive/zip (current package)
writer.go#L26: dir []*header
writer.go#L90: for _, h := range w.dir {
writer.go#L147: records := uint64(len(w.dir))
writer.go#L261: if len(w.dir) > 0 && w.dir[len(w.dir)-1].FileHeader == fh {
writer.go#L367: w.dir = append(w.dir, h)
![]() |
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. |