miniflux-v2/internal/reader/subscription
jvoisin 543a690bfd Close resources as soon as possible, instead of using defer() in a loop
So that resources can be freed as soon as they're not used anymore, instead of
waiting for the two nested loops to finish.
2024-02-28 19:47:30 -08:00
..
finder.go Close resources as soon as possible, instead of using defer() in a loop 2024-02-28 19:47:30 -08:00
finder_test.go Regression: ensure all HTML documents are encoded in UTF-8 2023-12-01 16:52:03 -08:00
subscription.go Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00