Categorygithub.com/xiaoyang-chen/rotate
modulepackage
0.0.8
Repository: https://github.com/xiaoyang-chen/rotate.git
Documentation: pkg.go.dev

# 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.