1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-06-05 11:57:30 +02:00

14 lines
312 B
Go
Raw Normal View History

2023-09-28 17:45:44 +03:00
package constants
const SERVICE_NAME = "crud_generator"
2023-09-28 17:45:44 +03:00
const TEXT_HELP = `
2023-11-15 13:58:31 +03:00
Need fill settings in settings.txt file
2023-09-28 17:45:44 +03:00
`
2023-09-28 18:08:00 +03:00
2024-09-20 14:58:46 +03:00
// TEMPLATES_FOLDER_NAME - folder name with all templates
2024-01-15 13:19:27 +03:00
var TEMPLATES_FOLDER_NAME = "templates"
2024-09-20 14:58:46 +03:00
// CONFIG_FOLDER_NAME - folder name with config files
2023-11-15 13:58:31 +03:00
const CONFIG_FOLDER_NAME = "configs_"