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

17 lines
298 B
Go
Raw Normal View History

2023-09-28 17:45:44 +03:00
package constants
const TEXT_HELP = `
2023-09-28 18:08:00 +03:00
Need create .env file with settings
2023-09-28 17:45:44 +03:00
`
2023-09-28 18:08:00 +03:00
const FolderTemplates string = "templates"
const FolderReady string = "ready"
2023-10-25 14:52:49 +03:00
const FILE_PERMISSIONS = 0600
const TEXT_GENERATED = `//File generated automatic with crud_generator app
//Do not change anything here.
`