1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-13 21:42:33 +02:00

сделал .sh

This commit is contained in:
Nikitin Aleksandr 2024-11-27 13:12:08 +03:00
parent d0eed703ea
commit 740a057f06

View File

@ -31,7 +31,7 @@ func Find_SingularName(s string) string {
return Otvet
}
// FormatName - возвращает наименование в формате CamelCase
// FormatName - возвращает наименование в формате PascalCase
func FormatName(Name string) string {
Otvet := Name