1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-08-22 02:32:53 +02:00
aerc/lib/pama
Moritz Poldrack fc5b6896ff chore: switch to using stdlib helper functions
Go has evolved significantly over the years and has introduced some
handy helper functions that make the code easier to read.

Use helper functions like slices.Contains, map.Copy, and
strings.CutPrefix, when appropriate.

Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-08-04 12:47:05 +02:00
..
models chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
revctrl log: move package to lib 2024-02-14 23:04:38 +01:00
store treewide: fix English spelling 2025-01-21 13:39:01 +01:00
apply.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
drop.go log: move package to lib 2024-02-14 23:04:38 +01:00
drop_test.go commands: rename patch remove to patch drop 2024-01-31 16:54:31 +01:00
find.go patch/find: add find sub-cmd 2023-12-30 15:42:09 +01:00
init.go treewide: fix English spelling 2025-01-21 13:39:01 +01:00
list.go log: move package to lib 2024-02-14 23:04:38 +01:00
pama.go patch/init: add init sub-cmd 2023-12-30 15:42:09 +01:00
pama_test.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
rebase.go patch/rebase: add rebase sub-cmd 2023-12-30 15:42:09 +01:00
switch.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
switch_test.go patch: add auto-switch option 2024-08-24 15:49:17 +02:00
unlink.go log: move package to lib 2024-02-14 23:04:38 +01:00
worktree.go log: move package to lib 2024-02-14 23:04:38 +01:00