Versions in this module Expand all Collapse all v5 v5.1.1 Oct 6, 2020 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) Other modules containing this package github.com/jesseduffield/go-git