// remove given [backup] file and forward the given error
os.Remove(file)
returnerr
returnos.Remove(file)
}
funcfileExists(filenamestring)bool{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.