Versions in this module Expand all Collapse all v0 v0.0.3 Nov 14, 2021 Changes in this version + type FileInfo struct + FileInfo os.FileInfo + func NewFileInfo(f os.FileInfo) *FileInfo + func (f *FileInfo) IsCharacterDevice() bool + func (f *FileInfo) IsDevice() bool + func (f *FileInfo) IsDir() bool + func (f *FileInfo) IsNamedPipe() bool + func (f *FileInfo) IsRegular() bool + func (f *FileInfo) Mode() os.FileMode + func (f *FileInfo) Perm() os.FileMode + func (f *FileInfo) Size() int64 + type Info interface + IsCharacterDevice func() bool + IsDevice func() bool + IsNamedPipe func() bool + IsRegular func() bool + Mode func() os.FileMode + Perm func() os.FileMode + Size func() int64