Versions in this module Expand all Collapse all v2 v2.0.1 Apr 3, 2023 v2.0.0 Apr 3, 2023 Changes in this version + type Info struct + func New(name string, size int64, mode os.FileMode, modTime time.Time) *Info + func (i *Info) IsDir() bool + func (i *Info) ModTime() time.Time + func (i *Info) Mode() os.FileMode + func (i *Info) Name() string + func (i *Info) Size() int64 + func (i *Info) Sys() interface{}