mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-10 00:41:35 +01:00
The docs of strings.Compare state: > Compare is included only for symmetry with package bytes. It is usually > clearer and always faster to use the built-in string comparison operators > ==, <, >, and so on. So let's do that. |
||
|---|---|---|
| .. | ||
| account-wizard.go | ||
| account.go | ||
| aerc.go | ||
| common.go | ||
| compose.go | ||
| dirlist.go | ||
| exline.go | ||
| headerlayout.go | ||
| msglist.go | ||
| msgviewer.go | ||
| providesmessage.go | ||
| selecter.go | ||
| spinner.go | ||
| status.go | ||
| tabhost.go | ||
| terminal.go | ||