Versions in this module Expand all Collapse all v1 v1.0.1 Jan 7, 2023 Changes in this version + func FindDir(includes, excludes []string) (packages []string, err error) + func MatchMulti(patterns []string, name string) bool + type FileInfo struct + IsDirField bool + ModTimeField time.Time + ModeField os.FileMode + NameField string + SizeField int64 + SysField interface{} + func (f *FileInfo) IsDir() bool + func (f *FileInfo) ModTime() time.Time + func (f *FileInfo) Mode() os.FileMode + func (f *FileInfo) Name() string + func (f *FileInfo) Size() int64 + func (f *FileInfo) Sys() interface{}