go-selfupdate icon indicating copy to clipboard operation
go-selfupdate copied to clipboard

Properly handle missing files

Open MarSoft opened this issue 3 years ago • 0 comments

The os.Open call does not return os.ErrNotExist. But its error can be checked with os.IsNotExist() function.

MarSoft avatar Nov 08 '20 00:11 MarSoft