aboutsummaryrefslogtreecommitdiff
path: root/loader.go
diff options
context:
space:
mode:
author2026-03-10 15:25:45 +0300
committer2026-03-10 15:25:45 +0300
commit9e0544678ac71c287207e27946ea544078fe89e0 (patch)
treefbec1e3209b9d6fa00028e5bb1c79343fcb29501 /loader.go
parentОтполировал библиотеку, чтобы в идеале бо... (diff)
downloadconf-1.0.1.tar.gz
conf-1.0.1.tar.bz2
conf-1.0.1.tar.xz
conf-1.0.1.zip
Поправил комментарии в пакетахHEADv1.0.1master
Diffstat (limited to 'loader.go')
-rw-r--r--loader.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader.go b/loader.go
index 9c5fe13..477eddd 100644
--- a/loader.go
+++ b/loader.go
@@ -1,5 +1,6 @@
// Package conf library for parsing `.conf` configuration files.
-//
+package conf
+
// This file is part of conf library.
// Copyright (C) 2026 Alexander NeonXP Kiryukhin <i@neonxp.ru>
//
@@ -15,7 +16,6 @@
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-package conf
import (
"fmt"