From 228862fefaa645026caa483ffe9993bf8c00b22e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 1 Jun 2019 18:18:09 -0700 Subject: Refactor config package - Parse configuration only once during startup time - Store configuration values in a global variable --- config/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/doc.go') diff --git a/config/doc.go b/config/doc.go index 4b4814b..c8121ac 100644 --- a/config/doc.go +++ b/config/doc.go @@ -1,10 +1,10 @@ -// Copyright 2018 Frédéric Guillot. All rights reserved. +// Copyright 2019 Frédéric Guillot. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. /* -Package config handles configuration values for the application. +Package config handles configuration management for the application. */ package config // import "miniflux.app/config" -- cgit v1.2.3