1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-01-04 13:23:00 +02:00
crud_generator/internal/constants/constants.go

17 lines
298 B
Go
Raw Normal View History

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