Versions in this module Expand all Collapse all v1 v1.0.1 May 31, 2021 v1.0.0 May 31, 2021 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{}