package
5.0.0-20221219190809-2e5c9d01cfc4
Repository: https://github.com/fluxcd/go-git.git
Documentation: pkg.go.dev
# Functions
GetBufioReader returns a *bufio.Reader that is managed by a sync.Pool.
GetBytesBuffer returns a *bytes.Buffer that is managed by a sync.Pool.
GetByteSlice returns a *[]byte that is managed by a sync.Pool.
GetZlibReader returns a ZLibReader that is managed by a sync.Pool.
GetZlibWriter returns a *zlib.Writer that is managed by a sync.Pool.
PutBufioReader puts reader back into its sync.Pool.
PutBytesBuffer puts buf back into its sync.Pool.
PutByteSlice puts buf back into its sync.Pool.
PutZlibReader puts z back into its sync.Pool, first closing the reader.
PutZlibWriter puts w back into its sync.Pool.
# Structs
No description provided by the author