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
jvoisin 61583d53d5 refactor(config): simplify SortedOptions
Make use of the slices and maps packages instead of doing things by hand,
and pre-allocated sortedOptions.
2025-07-09 19:29: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): minor improvements of the config parser 2025-07-09 19:28:02 -07:00
parser_test.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00