mirror of
https://github.com/kopia/kopia.git
synced 2026-01-24 14:28:06 -05:00
- nit: re-group struct fields - nit: use consts - nit: remove unnecessary fmt.Errorf(...) usage - nit: avoid unnecessarily calling defaultActionControls when there is already a value - robustness: increase readability in actions map declaration - Prefer named functions over closures for the actions. - nit fix typo - nit: simplify robustness Log.StringThisRun Iterates only over the tail of the slice, which avoids iterating over the entire slice