Documentation ¶
Index ¶
- func IsExecutable(file os.FileInfo) bool
- func IsExecutableMode(mode os.FileMode) bool
- func IsSymLink(file os.FileInfo) bool
- func IsSymLinkMode(mode os.FileMode) bool
- func Max[T cmp.Ordered](a, b T) T
- func Min[T cmp.Ordered](a, b T) T
- func RecursivelySizeOf(info os.FileInfo, depth int) int64
- func RemoveSep(s string) string
- type Once
- type Slice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsExecutable ¶ added in v0.8.1
func IsExecutableMode ¶ added in v0.8.1
func IsSymLinkMode ¶ added in v0.11.0
func RecursivelySizeOf ¶ added in v0.8.5
RecursivelySizeOf returns the size of the file or directory depth < 0 means no limit
Types ¶
Click to show internal directories.
Click to hide internal directories.