You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are now explicit that we os.Rename only if the target directory does
not exist (os.IsNotExist(err)) and we don't do that if it's any other
type of an error. In such case, we return from the function doing
nothing.
We also no longer ignore errors from ioutil.ReadDir. If the error
happens, we return the function doing nothing.
0 commit comments