sanbornm / go-selfupdate

Enable your Go applications to self update
MIT License
1.53k stars 175 forks source link

Properly handle missing files #34

Closed MarSoft closed 1 year ago

MarSoft commented 4 years ago

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

sanbornm commented 1 year ago

Contains binary, exe files, and points readme to forked version.