1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00

refactor(config): unexport some symbols

This commit is contained in:
jvoisin 2025-07-07 22:08:03 +02:00 committed by Frédéric Guillot
parent a09129d220
commit 24043ece07
3 changed files with 102 additions and 102 deletions

View file

@ -4,4 +4,4 @@
package config // import "miniflux.app/v2/internal/config"
// Opts holds parsed configuration options.
var Opts *Options
var Opts *options