c234903255
For reference: https://go.dev/ref/mod#major-version-suffixes
7 lines
233 B
Go
7 lines
233 B
Go
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package config // import "miniflux.app/v2/config"
|
|
|
|
// Opts holds parsed configuration options.
|
|
var Opts *Options
|