aboutsummaryrefslogtreecommitdiff
path: root/model/directive.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/directive.go')
-rw-r--r--model/directive.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/model/directive.go b/model/directive.go
index a4ab032..d2ea8d4 100644
--- a/model/directive.go
+++ b/model/directive.go
@@ -1,5 +1,6 @@
// Package model implements custom types and methods used in conf parser.
-//
+package model
+
// 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 model
import (
"strconv"