func()

in pkg/fix_rename_file.go [18:21]


func (rf *RenameFileFix) Apply() error {
	fs := FsFactory()
	return fs.Rename(rf.OldName, rf.NewName)
}