lazygit/pkg/gui/patch_exploring
Eng Zer Jun f933a2f7ec
Replace min/max helpers with built-in min/max
We upgraded our minimum Go version to 1.21 in commit
57ac9c2189. We can now replace our
`utils.Min` and `utils.Max` functions with the built-in `min` and `max`.

Reference: https://go.dev/ref/spec#Min_and_max
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-04-07 23:24:10 +08:00
..
focus.go Replace min/max helpers with built-in min/max 2024-04-07 23:24:10 +08:00
focus_test.go If selected line is outside, move it to the middle of the view 2023-08-15 11:40:40 +02:00
state.go Make range selections created with the mouse non-sticky 2024-01-24 08:22:55 +01:00