gofind
gofind copied to clipboard
Add searched directory check for better info message
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))