1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00
miniflux-v2/internal/config
Julien Voisin 078eb39db9
refactor(config): don't check random.Read's return value
As stated in the documentation:

> Read calls io.ReadFull on Reader and crashes the program irrecoverably if an
error is returned. The default Reader uses operating system APIs that are
documented to never return an error on all but legacy Linux systems.
2025-07-31 18:03:53 -07:00
..
config.go refactor(config): unexport some symbols 2025-07-07 16:01:21 -07:00
config_test.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00
options.go refactor(config): simplify SortedOptions 2025-07-09 19:29:53 -07:00
parser.go refactor(config): don't check random.Read's return value 2025-07-31 18:03:53 -07:00
parser_test.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00