miniflux-v2/internal/reader/atom
jvoisin 45d486b919 When detecting the format, detect its version as well
There is no need to detect the format and then the version when both can be
done at the same time.

Add a benchmark as well, on large and small atom and rss files.
2024-03-12 18:56:56 -07:00
..
atom_03.go Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00
atom_03_test.go When detecting the format, detect its version as well 2024-03-12 18:56:56 -07:00
atom_10.go Use `strings.EqualFold` instead of `strings.ToLower(…) ==` 2024-02-28 19:47:30 -08:00
atom_10_test.go When detecting the format, detect its version as well 2024-03-12 18:56:56 -07:00
atom_common.go Use `strings.EqualFold` instead of `strings.ToLower(…) ==` 2024-02-28 19:47:30 -08:00
parser.go When detecting the format, detect its version as well 2024-03-12 18:56:56 -07:00