mirror of
https://github.com/miniflux/v2.git
synced 2025-09-30 19:22:11 +00:00
- Replace a strings.HasPrefix + strings.Cut with a call to strings.CutPrefix. - Instead of enumerating all possible redirection code, check if the code is 300-something. - Extract an error constructor outside of its current scope instead of duplicating it 5 times - Use constant strings for LocalizedError's return values where possible. |
||
---|---|---|
.. | ||
encoding_wrappers.go | ||
request_builder.go | ||
request_builder_test.go | ||
response_handler.go | ||
response_handler_test.go |