gofind icon indicating copy to clipboard operation
gofind copied to clipboard

Find all files and directories with pattern

Results 2 gofind issues
Sort by recently updated
recently updated
newest added

Added a check using the os.Stat() function to provide a better info message to the user when no match is found. ```go if _, err := os.Stat(c.String(flagIn)) ```

It is better to have a license if you want the code to be open source.