Don't understand why you want to do this.
That goPos() block takes care of all motor movements/speed/braking/overshoot, with minimal load on the MCU. Taking things out will surely result in missing steps.
Can't you just write the nowPos[] array to EEPROM, and load it back in setup().
Leo..