gofind icon indicating copy to clipboard operation
gofind copied to clipboard

Add searched directory check for better info message

Open ozbekburak opened this issue 3 years ago • 0 comments

Added a check using the os.Stat() function to provide a better info message to the user when no match is found.

   if _, err := os.Stat(c.String(flagIn))

ozbekburak avatar Jun 28 '22 09:06 ozbekburak