mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-12-15 09:44:47 +02:00
14 lines
312 B
Go
14 lines
312 B
Go
package constants
|
|
|
|
const SERVICE_NAME = "crud_generator"
|
|
|
|
const TEXT_HELP = `
|
|
Need fill settings in settings.txt file
|
|
`
|
|
|
|
// TEMPLATES_FOLDER_NAME - folder name with all templates
|
|
var TEMPLATES_FOLDER_NAME = "templates"
|
|
|
|
// CONFIG_FOLDER_NAME - folder name with config files
|
|
const CONFIG_FOLDER_NAME = "configs_"
|