func archive/zip.readDirectoryEnd

2 uses

	archive/zip (current package)
		reader.go#L97: 	end, err := readDirectoryEnd(r, size)
		reader.go#L478: func readDirectoryEnd(r io.ReaderAt, size int64) (dir *directoryEnd, err error) {