Documentation
¶
Index ¶
- Variables
- func CheckExecutablePermissions(f os.FileInfo) error
- func DirExists(path string) bool
- func EnsureTempDirectory(inDir string) (string, error)
- func FileExists(path string) (bool, error)
- func RecursiveCheckLibDirectory(dir string) error
- func RecursiveGetExecutablePaths(dir string, excludedDirs ...string) ([]string, error)
- func RequireExistingDirectory(inDir string) (string, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CheckExecutablePermissions ¶ added in v1.6.0
func EnsureTempDirectory ¶ added in v1.4.0
func RecursiveCheckLibDirectory ¶ added in v1.4.8
RecursiveCheckLibDirectory finds recursively all executable files inside a lib directory. And will log warning with these files.
func RecursiveGetExecutablePaths ¶
RecursiveGetExecutablePaths finds recursively all executable files inside a dir directory. Hidden directories and files are ignored.
func RequireExistingDirectory ¶ added in v1.4.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.