1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-12-21 00:41:56 +02:00
Files
crud_generator/internal/constants/constants.go

12 lines
194 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
2023-11-01 17:34:57 +03:00
//const FolderTemplates string = "templates"
//
//const FolderReady string = "ready"
2023-10-25 14:52:49 +03:00
2023-10-25 16:22:30 +03:00
const FILE_PERMISSIONS = 0666