From 740a057f061fa3b7d87a2c104d09e7d9d267f329 Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Wed, 27 Nov 2024 13:12:08 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/create_files/create_files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/create_files/create_files.go b/internal/create_files/create_files.go index 1c31753..ee96718 100644 --- a/internal/create_files/create_files.go +++ b/internal/create_files/create_files.go @@ -31,7 +31,7 @@ func Find_SingularName(s string) string { return Otvet } -// FormatName - возвращает наименование в формате CamelCase +// FormatName - возвращает наименование в формате PascalCase func FormatName(Name string) string { Otvet := Name