Versions in this module Expand all Collapse all v1 v1.0.0 Jan 5, 2022 Changes in this version + type FileWriter struct + FilenameFunc func(*FileWriter) string + func NewFileWriter(opts ...Option) (*FileWriter, error) + func (p *FileWriter) Write(data []byte) (n int, err error) + type Option func(*Options) + func WithCap(n uint) Option + func WithPath(s string) Option + func WithSuffix(s string) Option + type Options struct