Versions in this module Expand all Collapse all v1 v1.0.2 Sep 27, 2023 v1.0.1 May 23, 2023 Changes in this version + type File struct + func Open(path string, flag int, perm os.FileMode, ttl ...time.Duration) (file *File, err error) + func (f *File) Close() error + func (f *File) Stat() (os.FileInfo, error) + type Pool struct + func New(path string, flag int, perm os.FileMode, ttl ...time.Duration) *Pool + func (p *Pool) Close() + func (p *Pool) File() (*File, error)