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 7c42e777ec refactor(config): minor improvements of the config parser
- Surface the faulty line number when trying to parse it
- Use strings.Cut instead of strings.SplitN
- Use strings.TrimSuffix instead of an if
- Simplify parseStringList and make its code more compact
2025-07-09 19:28:02 -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): unexport some symbols 2025-07-07 16:01:21 -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