doc.go 289 B

12345678
  1. // Copyright 2019 Frédéric Guillot. All rights reserved.
  2. // Use of this source code is governed by the Apache 2.0
  3. // license that can be found in the LICENSE file.
  4. /*
  5. Package config handles configuration management for the application.
  6. */
  7. package config // import "miniflux.app/config"