var archive/zip.ErrAlgorithm

3 uses

	archive/zip (current package)
		reader.go#L25: 	ErrAlgorithm = errors.New("zip: unsupported compression algorithm")
		reader.go#L180: 		return nil, ErrAlgorithm
		writer.go#L356: 			return nil, ErrAlgorithm