mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
- Replace a completely overkill regex - Use `.Remove()` instead of a hand-rolled loop - Use a strings.Builder instead of a bytes.NewBufferString - Replace a call to Fprintf with string concatenation, as the latter are much faster - Remove a superfluous cast - Delay some computations - Add some tests |
||
---|---|---|
.. | ||
readability.go | ||
readability_test.go |