mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
This might seem controversial; in many cases the client code gets longer, because it needs an extra line for an explicit `return nil`. I still prefer this, because it makes it clearer which calls can return errors. |
||
|---|---|---|
| .. | ||
| client.go | ||
| handler_creator.go | ||
| keybinding_creator.go | ||
| menu_generator.go | ||
| menu_generator_test.go | ||
| models.go | ||
| resolver.go | ||
| session_state_loader.go | ||