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