lazygit/pkg/gui/patch_exploring
Jesse Duffield fdff2dec79 Remove redundant variable dedeclarations
In go 1.22, loop variables are redeclared with each iteration of the
loop, rather than simple updated on each iteration. This means that we
no longer need to manually redeclare variables when they're closed over
by a function.
2024-05-19 16:38:21 +10:00
..
focus.go Replace min/max helpers with built-in min/max 2024-04-07 23:24:10 +08:00
focus_test.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
state.go Make range selections created with the mouse non-sticky 2024-01-24 08:22:55 +01:00