diff options
Diffstat (limited to 'config/doc.go')
-rw-r--r-- | config/doc.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/doc.go b/config/doc.go deleted file mode 100644 index acaa32f0..00000000 --- a/config/doc.go +++ /dev/null @@ -1,8 +0,0 @@ -// 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 management for the application. -*/ -package config // import "miniflux.app/config" |