miniflux-v2/internal/config
jvoisin f4f8342245 Remove a superfluous condition
No need to check if the length of `line` is positive since we're checking
afterwards that it contains the `=` sign.
2024-02-28 19:47:30 -08:00
..
config.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
config_test.go Use .WriteString( instead of .Write([]byte(… 2024-02-28 19:47:30 -08:00
options.go Add `FORCE_REFRESH_INTERVAL` config option 2024-01-02 18:33:15 -08:00
parser.go Remove a superfluous condition 2024-02-28 19:47:30 -08:00
parser_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00