Discover Packages
github.com/helmutkemper/seelog
archive
package
Version:
v0.0.0-...-412a9f7
Opens a new window with list of versions in this module.
Published: Mar 27, 2017
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Copy copies from src to dest until either EOF is reached on src or an error
occurs.
When the archive format of src matches that of dst, Copy streams the files
directly into dst. Otherwise, copy buffers the contents to disk to compute
headers before writing to dst.
ReadCloser is the interface that groups Reader with the Close method.
NopCloser returns a ReadCloser with a no-op Close method wrapping the
provided Reader r.
Reader is the interface for reading files from an archive.
WriteCloser is the interface that groups Writer with the Close method.
Writer is the interface for writing files to an archived format.
Source Files
¶
Directories
¶
Package gzip implements reading and writing of gzip format compressed files.
Package gzip implements reading and writing of gzip format compressed files.
Click to show internal directories.
Click to hide internal directories.