miniflux-v2/internal
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
..
api Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
cli Fix incorrect condition 2024-01-11 19:04:50 -08:00
config Use .WriteString( instead of .Write([]byte(… 2024-02-28 19:47:30 -08:00
crypto Remove github.com/google/uuid 2024-02-26 18:31:12 -08:00
database Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
fever Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
googlereader Google Reader: Do not return a 500 error when no items is returned 2024-02-25 21:17:49 -08:00
http Fix inaccessible metrics endpoint when listening on Unix socket 2023-12-06 19:52:33 -08:00
integration Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00
locale Use a switch-case construct in internal/locale/plural.go instead of an avalanche of if-if-if-if-if 2024-02-28 19:36:38 -08:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
proxy Proxify video poster attribute 2024-02-23 18:44:20 -08:00
reader Close resources as soon as possible, instead of using defer() in a loop 2024-02-28 19:47:30 -08:00
storage Use prepared statement for intervals 2024-02-27 21:25:25 -08:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template Simplify formatFileSize 2024-02-28 19:32:38 -08:00
tests Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
timezone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
ui Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00
urllib Use `strings.EqualFold` instead of `strings.ToLower(…) ==` 2024-02-28 19:47:30 -08:00
validator Remove Golint 2024-02-24 21:17:56 -08:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker Make internal/worker/worker.go read-only 2024-02-28 19:39:03 -08:00