diff options
| author | 2026-03-10 15:25:45 +0300 | |
|---|---|---|
| committer | 2026-03-10 15:25:45 +0300 | |
| commit | 9e0544678ac71c287207e27946ea544078fe89e0 (patch) | |
| tree | fbec1e3209b9d6fa00028e5bb1c79343fcb29501 /model | |
| parent | Отполировал библиотеку, чтобы в идеале бо... (diff) | |
| download | conf-1.0.1.tar.gz conf-1.0.1.tar.bz2 conf-1.0.1.tar.xz conf-1.0.1.zip | |
Diffstat (limited to '')
| -rw-r--r-- | model/directive.go | 4 | ||||
| -rw-r--r-- | model/group.go | 4 | ||||
| -rw-r--r-- | model/model.go | 4 |
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 |
