mirror of
https://github.com/nabbar/golib.git
synced 2025-09-26 20:01:15 +08:00

- interface Coder: replace all return io.reader/io.writer to same io interface but with closer implementation - interface Coder: add Reset function to free memory - add sha256: add new sub package that implement coder interface to calculate checksum (no decode available) Other: - bump dependencies