miniflux/internal/reader/atom
jvoisin 4be993e055 Minor refactoring of internal/reader/atom/atom_10_adapter.go
- Move the population of the feed's entries into a new function, to make
  `BuildFeed` easier to understand/separate concerns/implementation details
- Use `sort+compact` instead of `compact+sort` to remove duplicates
- Change `if !a { a = } if !a {a = }` constructs into `if !a { a = ; if !a {a = }}`.
  This reduce the number of comparisons, but also improves a tad the
  control-flow readability.
2024-03-19 20:41:44 -07:00
..
atom_03.go Refactor Atom parser to use an adapter 2024-03-15 17:27:16 -07:00
atom_03_adapter.go Refactor Atom parser to use an adapter 2024-03-15 17:27:16 -07:00
atom_03_test.go Refactor Atom parser to use an adapter 2024-03-15 17:27:16 -07:00
atom_10.go Enable go-critic linter and fix various issues detected 2024-03-17 13:52:34 -07:00
atom_10_adapter.go Minor refactoring of internal/reader/atom/atom_10_adapter.go 2024-03-19 20:41:44 -07:00
atom_10_test.go Remove trailing space in SiteURL and FeedURL 2024-03-18 17:51:06 -07:00
atom_common.go Refactor Atom parser to use an adapter 2024-03-15 17:27:16 -07:00
parser.go Refactor Atom parser to use an adapter 2024-03-15 17:27:16 -07:00