package
0.0.0-20230915172137-604993b6b346
Repository: https://github.com/djdv/go-filesystem-utils.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
CloneSlice is analogous to [slices.Clone] except that is uses `copy` instead of `append`.
CompactSlice will return either the input slice, or a copy of it with a cap == len(slice).
DrainBuffer removes any values from the buffered channel.
TODO: is this in the standard somewhere yet?.
TODO: is this in the standard somewhere yet?.
No description provided by the author
# Type aliases
Closer wraps a close function to satisfy [io.Closer].
No description provided by the author