# README
rotate
RotateOnWrite: write bytes into file with rotate every time
welcome to add testing and usage example
reference:
github.com/natefinch/lumberjack
# Structs
RotateOnWrite is an io.Writer that writes to the specified filename.Noted that this is designed for single thread because more efficient, if running in multi threads env, data race will happen.