From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/go/compress%2Fbzip2%2Findex.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 devdocs/go/compress%2Fbzip2%2Findex.html (limited to 'devdocs/go/compress%2Fbzip2%2Findex.html') diff --git a/devdocs/go/compress%2Fbzip2%2Findex.html b/devdocs/go/compress%2Fbzip2%2Findex.html deleted file mode 100644 index 523f71cb7..000000000 --- a/devdocs/go/compress%2Fbzip2%2Findex.html +++ /dev/null @@ -1,17 +0,0 @@ -

Package bzip2

Overview

Package bzip2 implements bzip2 decompression.

Index

Package files

bit_reader.go bzip2.go huffman.go move_to_front.go

func NewReader

func NewReader(r io.Reader) io.Reader

NewReader returns an io.Reader which decompresses bzip2 data from r. If r does not also implement io.ByteReader, the decompressor may read more data than necessary from r.

-

type StructuralError

A StructuralError is returned when the bzip2 data is found to be syntactically invalid.

-
type StructuralError string

func (StructuralError) Error

func (s StructuralError) Error() string
-

- © Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
- http://golang.org/pkg/compress/bzip2/ -

-
-- cgit v1.2.3