Files
golib/ioutils
Nicolas JUHEL 0c1f4675fb Package IOUtils/BufferReadCloser:
- refactor package to allow closer for bytes.Buffer, bufio.Reader, bufio.Writer, bufio.ReadWriter
- implement ReadFrom, WriterTo, StringWriter, ReadRune, ReadByte, WriteByte
- allow specify a custom close function, called in close statement
- add NewBuffer (New declare as deprecated), NewReader, NewWriter, NewReadWriter to each types bytes / bufio
- remove call of Reset in close for ReadWriter: ambigous function (ambigous in bufio struct)

Package Static:
- replace BufferReadCloser New function to NewBuffer

Other:
- bump dependencies
2025-02-10 14:49:32 +01:00
..
2023-10-03 12:03:36 +02:00
2024-04-15 12:46:33 +02:00
2025-01-14 15:01:54 +01:00
2021-12-29 16:40:57 +01:00
2023-10-03 12:03:36 +02:00
2020-07-15 18:24:32 +02:00
2023-11-21 20:21:37 +01:00