aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/directive.go4
-rw-r--r--model/group.go4
-rw-r--r--model/model.go4
3 files changed, 6 insertions, 6 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"
diff --git a/model/group.go b/model/group.go
index a06c2ef..cbd965d 100644
--- a/model/group.go
+++ b/model/group.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 "iter"
diff --git a/model/model.go b/model/model.go
index 6f18f6f..80485e2 100644
--- a/model/model.go
+++ b/model/model.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,6 +16,5 @@
//
// 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
type Ident string