Tags

bytes

Package bytes implements functions for the manipulation of byte slices.

0 questions
cmp

Package cmp provides types and functions related to comparing ordered values.

0 questions
compress-bzip2

Package bzip2 implements bzip2 decompression.

0 questions
compress-flate

Package flate implements the DEFLATE compressed data format, described in RFC 1951.

0 questions
compress-gzip

Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.

0 questions
compress-lzw

Package lzw implements the Lempel-Ziv-Welch compressed data format, described in T. A. Welch, “A Technique for High-Performance Data Compression”, Computer, 17(6) (June 1984), pp 8-19.

0 questions
compress-zlib

Package zlib implements reading and writing of zlib format compressed data, as specified in RFC 1950.

0 questions
container-heap

Package heap provides heap operations for any type that implements heap.Interface.

0 questions
container-list

Package list implements a doubly linked list.

0 questions
container-ring

Package ring implements operations on circular lists.

0 questions