package
Version:
v0.0.0-...-6fe4f4e
Opens a new window with list of versions in this module.
Published: May 11, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Exercise 13.3 (P366)
Use sync.Mutex to make bzip2.writer safe for concurrent use by multiple goroutines.
Documentation
¶
Package bzip provides a writer that uses bzip2 compression (bzip.org).
NewWriter returns a writer for bzip2-compressed streams.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.