Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultDirHidden []*regexp.Regexp = []*regexp.Regexp{ regexp.MustCompile(`^\.[^/]`), }
View Source
var DefaultHidden []*regexp.Regexp = []*regexp.Regexp{ regexp.MustCompile(`^\.[^/]`), }
Functions ¶
Types ¶
type DirViewStamp ¶
type DirViewStamp struct {
// contains filtered or unexported fields
}
func NewDirViewStamp ¶
func (*DirViewStamp) DirModTime ¶
func (dvs *DirViewStamp) DirModTime(rel_dir string) (time.Time, bool)
Click to show internal directories.
Click to hide internal directories.