mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
- Use proper variable names for `key=value` strings parts - Explicitly assign false to the `match` boolean - Use an explicit `len(parts) == 2` assertion to help the compiler remove `isSliceInBounds` calls. - Refactor identical code into a containsRegexPattern function. - Early exit when parsing the first date fails when using the `Between` operator, instead of trying to parse the second one. |
||
---|---|---|
.. | ||
bilibili.go | ||
filters.go | ||
nebula.go | ||
odysee.go | ||
processor.go | ||
processor_test.go | ||
reading_time.go | ||
utils.go | ||
youtube.go | ||
youtube_test.go |