Closed MarSoft closed 1 year ago
The os.Open call does not return os.ErrNotExist. But its error can be checked with os.IsNotExist() function.
os.Open
os.ErrNotExist
os.IsNotExist()
Contains binary, exe files, and points readme to forked version.
The
os.Open
call does not returnos.ErrNotExist
. But its error can be checked withos.IsNotExist()
function.