Versions in this module Expand all Collapse all v0 v0.1.6 Apr 29, 2020 v0.1.5 Apr 28, 2020 Changes in this version + const RotateDaily + type FileWriter struct + func New(fpath string, fns ...Option) (*FileWriter, error) + func (f *FileWriter) Close() error + func (f *FileWriter) Write(p []byte) (int, error) + type Option func(opt *option) + func ChanSize(n int) Option + func MaxFile(n int) Option + func MaxSize(n int64) Option + func RotateFormat(format string) Option