package
4.0.0-rc9+incompatible
Repository: https://github.com/chrisdostert/go-git.git
Documentation: pkg.go.dev
# Functions
CheckClose is used with defer to close the given io.Closer and check its returned error value.
NewReadCloser creates an `io.ReadCloser` with the given `io.Reader` and `io.Closer`.
NonEmptyReader takes a reader and returns it if it is not empty, or `ErrEmptyReader` if it is empty.
WriteNopCloser returns a WriteCloser with a no-op Close method wrapping the provided Writer w.
# Variables
No description provided by the author