1
0
Fork 0
miniflux/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
cli
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
fever
googlereader
http
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
model Use %q instead of "%s" 2024-02-28 19:47:30 -08:00
oauth2
proxy
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
template Simplify formatFileSize 2024-02-28 19:32:38 -08:00
tests
timezone
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
version
worker Make internal/worker/worker.go read-only 2024-02-28 19:39:03 -08:00