Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

v0.18.0

Latest
Compare
Choose a tag to compare
@xgfone xgfone released this 01 Sep 16:02
· 4 commits to master since this release
  • Added:
    • Add the interface Flusher.
    • SafeWriter implements the interface Flusher and LevelWriter.
    • ToLevelWriter, LevelSplitWriter and BufferWriter implements the interface Flusher.
  • Fixed:
    • Close is called recursively when a Writer has implemented the interface WrappedWriter but io.Closer.