Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + type FileMode uint32 + const Deprecated + const Dir + const Empty + const Executable + const Regular + const Submodule + const Symlink + func New(s string) (FileMode, error) + func NewFromOSFileMode(m os.FileMode) (FileMode, error) + func (m FileMode) Bytes() []byte + func (m FileMode) IsFile() bool + func (m FileMode) IsMalformed() bool + func (m FileMode) IsRegular() bool + func (m FileMode) String() string + func (m FileMode) ToOSFileMode() (os.FileMode, error)